plozia commited on
Commit
21700f4
·
verified ·
1 Parent(s): 1007d5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -289,7 +289,10 @@ with gr.Blocks() as demo:
289
  gr.Markdown(description_text)
290
 
291
  with gr.Row():
292
- playlist_url = gr.Textbox(label="Spotify Playlist URL")
 
 
 
293
  with gr.Row():
294
  sp_client_id = gr.Textbox(label="Spotify Client ID (optional)")
295
  sp_client_secret = gr.Textbox(label="Spotify Client Secret (optional)")
 
289
  gr.Markdown(description_text)
290
 
291
  with gr.Row():
292
+ playlist_url = gr.Textbox(
293
+ label="Spotify Playlist URL",
294
+ placeholder="e.g. https://open.spotify.com/playlist/1zgenIMomxFp4irGwgW4Rb"
295
+ )
296
  with gr.Row():
297
  sp_client_id = gr.Textbox(label="Spotify Client ID (optional)")
298
  sp_client_secret = gr.Textbox(label="Spotify Client Secret (optional)")