Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,9 +176,10 @@ iface = gr.Interface(
|
|
| 176 |
gr.Textbox(label="Keywords - Palabras Clave para tu búsqueda"),
|
| 177 |
gr.Number(label="Numero de Playlists que vamos a buscar con estas Keywords", value=50, minimum=1, maximum=1000)
|
| 178 |
],
|
| 179 |
-
outputs=[gr.
|
| 180 |
title="Spotify Playlist Fetcher",
|
| 181 |
description="Enter a search query to fetch playlists and their songs from Spotify. Client credentials are pre-configured."
|
| 182 |
)
|
| 183 |
iface.launch()
|
| 184 |
|
|
|
|
|
|
| 176 |
gr.Textbox(label="Keywords - Palabras Clave para tu búsqueda"),
|
| 177 |
gr.Number(label="Numero de Playlists que vamos a buscar con estas Keywords", value=50, minimum=1, maximum=1000)
|
| 178 |
],
|
| 179 |
+
outputs=[gr.Dataframe(), gr.File(label="Download Excel")],
|
| 180 |
title="Spotify Playlist Fetcher",
|
| 181 |
description="Enter a search query to fetch playlists and their songs from Spotify. Client credentials are pre-configured."
|
| 182 |
)
|
| 183 |
iface.launch()
|
| 184 |
|
| 185 |
+
|