IshmamF commited on
Commit
b3ea381
1 Parent(s): 7b20843

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('./app/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
 
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