Spaces:
Runtime error
Runtime error
Commit
·
f4b4798
1
Parent(s):
bd30f13
fix spelling
Browse files
app.py
CHANGED
@@ -57,9 +57,9 @@ metal_item_num_dict = {
|
|
57 |
"Metal Can or Container": ["Yes","If there is any residue "]
|
58 |
}
|
59 |
others_item_num_dict = {
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
}
|
64 |
paper_item_num_dict = {
|
65 |
"Beverage Carton": ["Yes, rinsed and flattened","Nil"],
|
|
|
57 |
"Metal Can or Container": ["Yes","If there is any residue "]
|
58 |
}
|
59 |
others_item_num_dict = {
|
60 |
+
"Battery": ["Battery","No, rechargeable batteries can be recycled through specific collection points (e-waste collection)", "Nil"],
|
61 |
+
"Electronic Waste": ["Electronic Waste","Can be recycled through specific collection points (e-waste collection). Please refer to RecycleHowAh for more information"],
|
62 |
+
"Stationery": ["Stationery","No, donate if can be reused"]
|
63 |
}
|
64 |
paper_item_num_dict = {
|
65 |
"Beverage Carton": ["Yes, rinsed and flattened","Nil"],
|