Spaces:
Sleeping
Sleeping
reannajlee
commited on
Update app.py
Browse files
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
|
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 |
-
###
|
118 |
-
|
119 |
-
|
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
|