Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 8 |
-
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)
|