IshmamF commited on
Commit
6addabc
·
1 Parent(s): d0d4d4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ if submit_button and user_input.strip():
60
  sentiment_label, sentiment_score = sentiment_analyzer.analyze_sentiment(user_input)
61
  st.write(f"Sentiment: {sentiment_label}, Score: {sentiment_score:.2f}")
62
 
63
- suggested_songs = song_matcher.match_songs_with_sentiment(sentiment_label, sentiment_score, user_input)
64
 
65
  with st.container():
66
  st.markdown("<div class='song-list'>", unsafe_allow_html=True)
 
60
  sentiment_label, sentiment_score = sentiment_analyzer.analyze_sentiment(user_input)
61
  st.write(f"Sentiment: {sentiment_label}, Score: {sentiment_score:.2f}")
62
 
63
+ suggested_songs = song_matcher.match_songs_with_sentiment(sentiment_label, sentiment_score, user_input, song_matcher)
64
 
65
  with st.container():
66
  st.markdown("<div class='song-list'>", unsafe_allow_html=True)