IshmamF commited on
Commit
b43e7b9
1 Parent(s): 806255e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from sentiment_analysis import SentimentAnalyzer
4
  from song_matching import SongMatcher
5
 
6
  # Spotify API credentials - ensure these are securely stored or use environment variables
7
- CLIENT_ID = "your_spotify_client_id"
8
- CLIENT_SECRET = "your_spotify_client_secret"
9
 
10
  # Initialize SpotifyClient, SentimentAnalyzer, and SongMatcher
11
  spotify_client = SpotifyClient(CLIENT_ID, CLIENT_SECRET)
 
4
  from song_matching import SongMatcher
5
 
6
  # Spotify API credentials - ensure these are securely stored or use environment variables
7
+ CLIENT_ID = "c34955a27b6447e3a1b92305d04bbbea"
8
+ CLIENT_SECRET = "1d197925c0654b5da80bd3cfa1f5afdd"
9
 
10
  # Initialize SpotifyClient, SentimentAnalyzer, and SongMatcher
11
  spotify_client = SpotifyClient(CLIENT_ID, CLIENT_SECRET)