Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,14 +114,19 @@ welcome_message = """
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
-
## Feel free to ask me anything about how to sort your trash!
|
118 |
- Prescription bottles
|
119 |
- Soft plastic
|
|
|
120 |
- Glass
|
121 |
- Furniture
|
122 |
- Wood
|
123 |
-
-
|
124 |
-
-
|
|
|
|
|
|
|
|
|
125 |
- Electronics (batteries)
|
126 |
"""
|
127 |
|
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
## Feel free to ask me anything about how to sort your trash! Please provide the material the trash is made of in your question!
|
118 |
- Prescription bottles
|
119 |
- Soft plastic
|
120 |
+
- Hard plastic
|
121 |
- Glass
|
122 |
- Furniture
|
123 |
- Wood
|
124 |
+
- Food
|
125 |
+
- Aluminum
|
126 |
+
- Metal
|
127 |
+
- Paper
|
128 |
+
- Yard trimmings
|
129 |
+
- Fabric
|
130 |
- Electronics (batteries)
|
131 |
"""
|
132 |
|