seyia92coding
commited on
Commit
•
127dd35
1
Parent(s):
8303cc3
Update app.py
Browse files
app.py
CHANGED
@@ -175,6 +175,6 @@ def gradio_music_graph(client_id, client_secret, artist_name): #total_albums
|
|
175 |
return df
|
176 |
#Interface will include these buttons based on parameters in the function with a dataframe output
|
177 |
music_plots = gr.Interface(gradio_music_graph, ["text", "text", "text"],
|
178 |
-
["dataframe"
|
179 |
|
180 |
music_plots.launch(debug=True)
|
|
|
175 |
return df
|
176 |
#Interface will include these buttons based on parameters in the function with a dataframe output
|
177 |
music_plots = gr.Interface(gradio_music_graph, ["text", "text", "text"],
|
178 |
+
["dataframe"], title="Popular Songs By Album Box Plot Distribution on Spotify", description="Using your Spotify API Access from https://developer.spotify.com/ you can see your favourite artist's most popular albums on Spotify")
|
179 |
|
180 |
music_plots.launch(debug=True)
|