Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def query_model(question):
|
|
83 |
return response
|
84 |
# Define the welcome message and specific topics the chatbot can provide information about
|
85 |
welcome_message = """
|
86 |
-
#
|
87 |
## I am here to help you find the perfect songs based on your mood, specially curated for Gen Z tastes.
|
88 |
"""
|
89 |
topics = """
|
|
|
83 |
return response
|
84 |
# Define the welcome message and specific topics the chatbot can provide information about
|
85 |
welcome_message = """
|
86 |
+
# 🎶: Welcome to the Song Recommendation Bot!
|
87 |
## I am here to help you find the perfect songs based on your mood, specially curated for Gen Z tastes.
|
88 |
"""
|
89 |
topics = """
|