Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,20 +108,18 @@ def query_model(question):
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
-
# ♟️ Welcome to
|
112 |
|
113 |
-
## Your AI
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
### Feel Free to ask me anything from the topics below!
|
118 |
-
-
|
119 |
-
-
|
120 |
-
-
|
121 |
-
-
|
122 |
-
|
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 to Happy Paw Bot!
|
112 |
|
113 |
+
## Your AI assistant for queries about dog training and behavior! Created by Sophie Apolaya, Ashley Martinez Lazaro, and Ayla Buksbazen Stanislaw of the 2024 Kode With Klossy Los Angeles Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
### Feel Free to ask me anything from the topics below!
|
118 |
+
- Methods of training
|
119 |
+
- Implementing a schedule
|
120 |
+
- What dog behaviors mean
|
121 |
+
- Socialization
|
122 |
+
|
|
|
|
|
123 |
"""
|
124 |
|
125 |
# Setup the Gradio Blocks interface with custom layout components
|