Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ iface = gr.Interface(
|
|
| 111 |
gr.Textbox(label="Nombre del proyecto")
|
| 112 |
],
|
| 113 |
outputs=[gr.Dataframe(), gr.File(label="Descargar Excel")],
|
| 114 |
-
title="Busca Playlists con Keywords,
|
| 115 |
description="Enter a search query to fetch playlists and their songs from Spotify. Client credentials are pre-configured."
|
| 116 |
)
|
| 117 |
iface.launch()
|
|
|
|
| 111 |
gr.Textbox(label="Nombre del proyecto")
|
| 112 |
],
|
| 113 |
outputs=[gr.Dataframe(), gr.File(label="Descargar Excel")],
|
| 114 |
+
title="Busca Playlists con Keywords",
|
| 115 |
description="Enter a search query to fetch playlists and their songs from Spotify. Client credentials are pre-configured."
|
| 116 |
)
|
| 117 |
iface.launch()
|