Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ CLIENT_SECRET = "your_spotify_client_secret"
|
|
10 |
# Initialize SpotifyClient, SentimentAnalyzer, and SongMatcher
|
11 |
spotify_client = SpotifyClient(CLIENT_ID, CLIENT_SECRET)
|
12 |
sentiment_analyzer = SentimentAnalyzer()
|
13 |
-
song_matcher = SongMatcher('./
|
14 |
|
15 |
# Streamlit app layout
|
16 |
st.set_page_config(page_title="MODUS MUSIC", layout="wide") # New: Setting page title and layout
|
|
|
10 |
# Initialize SpotifyClient, SentimentAnalyzer, and SongMatcher
|
11 |
spotify_client = SpotifyClient(CLIENT_ID, CLIENT_SECRET)
|
12 |
sentiment_analyzer = SentimentAnalyzer()
|
13 |
+
song_matcher = SongMatcher('./music_mental_health.csv')
|
14 |
|
15 |
# Streamlit app layout
|
16 |
st.set_page_config(page_title="MODUS MUSIC", layout="wide") # New: Setting page title and layout
|