Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def set_button_visibility(params):
|
|
| 36 |
return gr.update(visible=True), params
|
| 37 |
|
| 38 |
|
| 39 |
-
def create_spotify_playlist_from_df(df, user_id="", params={}, playlist_name="Song Ranker
|
| 40 |
# Assuming auth_manager is a SpotifyOAuth instance with the appropriate scope
|
| 41 |
global auth_manager
|
| 42 |
token_info = auth_manager.get_access_token(params["code"])
|
|
|
|
| 36 |
return gr.update(visible=True), params
|
| 37 |
|
| 38 |
|
| 39 |
+
def create_spotify_playlist_from_df(df, user_id="", params={}, playlist_name="Song Ranker Top Songs"):
|
| 40 |
# Assuming auth_manager is a SpotifyOAuth instance with the appropriate scope
|
| 41 |
global auth_manager
|
| 42 |
token_info = auth_manager.get_access_token(params["code"])
|