Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ from Gradio_UI import GradioUI
|
|
| 12 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 13 |
|
| 14 |
# Set your Spotify API credentials
|
| 15 |
-
client_id = '
|
| 16 |
-
client_secret = '
|
| 17 |
|
| 18 |
# Set up Spotify authentication
|
| 19 |
client_credentials_manager = SpotifyClientCredentials(client_id=client_id, client_secret=client_secret)
|
|
|
|
| 12 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 13 |
|
| 14 |
# Set your Spotify API credentials
|
| 15 |
+
client_id = 'f4b7863fa1504190b0d49939fc31a05f'
|
| 16 |
+
client_secret = 'db2c21e185404604a02a5b8d683a6c03'
|
| 17 |
|
| 18 |
# Set up Spotify authentication
|
| 19 |
client_credentials_manager = SpotifyClientCredentials(client_id=client_id, client_secret=client_secret)
|