saayedalam commited on
Commit
4a20cb3
·
verified ·
1 Parent(s): 3e9f362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 'Spotify_Client_ID'
16
- client_secret = 'Spotify_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)