Mthrfkr commited on
Commit
4979e83
·
verified ·
1 Parent(s): 426f2cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.Dataoutputs=[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
 
 
 
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
+