reannajlee commited on
Commit
f0fe639
·
verified ·
1 Parent(s): 6da5d5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -9
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 chess information.
68
  """
69
  try:
70
  user_message = f"Here's the information on chess: {relevant_segment}"
@@ -114,14 +114,9 @@ welcome_message = """
114
  """
115
 
116
  topics = """
117
- ### Feel Free to ask me anything from the topics below!
118
- - Chess piece movements
119
- - Special moves
120
- - Game phases
121
- - Common strategies
122
- - Chess terminology
123
- - Famous games
124
- - Chess tactics
125
  """
126
 
127
  # Setup the Gradio Blocks interface with custom layout components
 
64
 
65
  def generate_response(user_query, relevant_segment):
66
  """
67
+ Generate a response emphasizing the bot's capability in providing playlist titles.
68
  """
69
  try:
70
  user_message = f"Here's the information on chess: {relevant_segment}"
 
114
  """
115
 
116
  topics = """
117
+ ### Hey, it's Fillira! Need anything?
118
+ Just tell me what genre and artist is in your playlist, and I can help you create an amazing title for it!
119
+
 
 
 
 
 
120
  """
121
 
122
  # Setup the Gradio Blocks interface with custom layout components