Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,20 +108,16 @@ def query_model(question):
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
-
# ♟️ Welcome
|
112 |
|
113 |
## Your AI-driven assistant for artist reccomendations based on your mood. Created by Alexis, Nathalie, and Joanna of the 2024 Kode With Klossy CITY Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
-
###
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
- Common strategies
|
122 |
-
- Chess terminology
|
123 |
-
- Famous games
|
124 |
-
- Chess tactics
|
125 |
"""
|
126 |
|
127 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
+
# ♟️ Welcome! This is Harmony here to give you artist recommendations based on how you feel!
|
112 |
|
113 |
## Your AI-driven assistant for artist reccomendations based on your mood. Created by Alexis, Nathalie, and Joanna of the 2024 Kode With Klossy CITY Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
### Instructions
|
118 |
+
--> Let me know how you feel in one word.
|
119 |
+
--> Let me know your favorite genre of music.
|
120 |
+
I'll do my best to help find some artists for you! If you want a different reccomendation, feel free to let me know!
|
|
|
|
|
|
|
|
|
121 |
"""
|
122 |
|
123 |
# Setup the Gradio Blocks interface with custom layout components
|