jmyint commited on
Commit
4fdcdb0
·
verified ·
1 Parent(s): be0c56d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def find_relevant_segment(user_query, segments):
64
 
65
  def generate_response(user_query, relevant_segment):
66
  """
67
- Generate a response emphasizing the bot's capability in providing artist reccomendations based on users' moods.
68
  """
69
  try:
70
  user_message = f"Here's your reccomendations: {relevant_segment}"
 
64
 
65
  def generate_response(user_query, relevant_segment):
66
  """
67
+ Generate a response emphasizing the bot's capability in providing artist reccomendations based on users' emotions, moods, and favorite genre.
68
  """
69
  try:
70
  user_message = f"Here's your reccomendations: {relevant_segment}"