Spaces:
Runtime error
Runtime error
Update app_utils.py
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
@@ -30,7 +30,7 @@ def setup_credentials():
|
|
30 |
|
31 |
os.environ['SPOTIPY_CLIENT_ID'] = client_info['client_id']
|
32 |
os.environ['SPOTIPY_CLIENT_SECRET'] = client_info['client_secret']
|
33 |
-
os.environ['SPOTIPY_REDIRECT_URI'] = '
|
34 |
return client_info
|
35 |
|
36 |
relevant_audio_features = ["danceability", "energy", "loudness", "mode", "valence", "tempo"]
|
|
|
30 |
|
31 |
os.environ['SPOTIPY_CLIENT_ID'] = client_info['client_id']
|
32 |
os.environ['SPOTIPY_CLIENT_SECRET'] = client_info['client_secret']
|
33 |
+
os.environ['SPOTIPY_REDIRECT_URI'] = 'https://huggingface.co/spaces/ccolas/EmotionPlaylist/'
|
34 |
return client_info
|
35 |
|
36 |
relevant_audio_features = ["danceability", "energy", "loudness", "mode", "valence", "tempo"]
|