Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,18 +110,14 @@ def query_model(question):
|
|
110 |
welcome_message = """
|
111 |
# ♟️ Welcome to GreenUnity!
|
112 |
|
113 |
-
## Your AI-driven assistant for all
|
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
|
|
|
110 |
welcome_message = """
|
111 |
# ♟️ Welcome to GreenUnity!
|
112 |
|
113 |
+
## Your AI-driven assistant for all environment hazard-related queries. Created by Penny, Isabel, and Nevaeh of the 2024 Kode With Klossy Los Angeles Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
### Ask me anything about these environmental hazards in Los Angeles or tips on how to take action in your area:
|
118 |
+
- Air Pollution
|
119 |
+
- Water Pollution
|
120 |
+
- Illegal Dumping
|
|
|
|
|
|
|
|
|
121 |
"""
|
122 |
|
123 |
# Setup the Gradio Blocks interface with custom layout components
|