Mthrfkr commited on
Commit
ffc4dc1
·
verified ·
1 Parent(s): 895f819

Update app.py

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