Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,20 +108,22 @@ def query_model(question):
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
-
#
|
112 |
|
113 |
-
## Your AI-driven assistant for all chess-related queries. Created by
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
-
###
|
118 |
-
|
119 |
-
-
|
120 |
-
-
|
121 |
-
-
|
122 |
-
-
|
123 |
-
-
|
124 |
-
-
|
|
|
|
|
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 to GreenGuide!
|
112 |
|
113 |
+
## Your AI-driven assistant for all chess-related queries. Created by Emma, Laura, and Saahiti of the 2024 Kode With Klossy CITY Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
### Welcome to GreenGuide!
|
118 |
+
## Feel free to ask me anything about how to sort your trash!
|
119 |
+
- Prescription bottles
|
120 |
+
- Soft plastic
|
121 |
+
- Glass
|
122 |
+
- Furniture
|
123 |
+
- Wood
|
124 |
+
- Leftover food
|
125 |
+
- Food packaging
|
126 |
+
- Electronics (batteries)
|
127 |
"""
|
128 |
|
129 |
# Setup the Gradio Blocks interface with custom layout components
|