helliun commited on
Commit
e329fda
·
verified ·
1 Parent(s): 8c171ec

Update app.py

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