Spaces:
Running
Running
Update app.py
Browse files
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(
|
|
|
|
|
|
|
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)")
|