IshmamF commited on
Commit
31ac119
·
1 Parent(s): 20826bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ if submit_button and len(user_input.split()) > 5:
158
  songs_df = pd.read_csv('./music_mental_health.csv')
159
 
160
  # Suggest songs
161
- suggested_songs = match_songs_with_sentiment(sentiment_label, sentiment_score, inputVector, 0.00625, songs_df)
162
  suggested_songs['similarity'] = suggested_songs['similarity'].apply(lambda x: x.numpy()[0][0])
163
 
164
  # Styling for the suggested songs display
 
158
  songs_df = pd.read_csv('./music_mental_health.csv')
159
 
160
  # Suggest songs
161
+ suggested_songs = match_songs_with_sentiment(sentiment_label, sentiment_score, inputVector, 0.000125, songs_df)
162
  suggested_songs['similarity'] = suggested_songs['similarity'].apply(lambda x: x.numpy()[0][0])
163
 
164
  # Styling for the suggested songs display