Laura7819 commited on
Commit
f5988d7
·
verified ·
1 Parent(s): 4caa340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
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
- - Leftover food
124
- - Food packaging
 
 
 
 
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