Spaces:
Runtime error
Runtime error
Commit
·
bf5e598
1
Parent(s):
d151fce
bug fixes
Browse files
app.py
CHANGED
@@ -52,9 +52,9 @@ metal_item_num_dict = {
|
|
52 |
"Metal Can or Container": ["Yes","If there is any residue "]
|
53 |
}
|
54 |
others_item_num_dict = {
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
}
|
59 |
paper_item_num_dict = {
|
60 |
"Beverage Carton": ["Yes, rinsed and flattened","Nil"],
|
|
|
52 |
"Metal Can or Container": ["Yes","If there is any residue "]
|
53 |
}
|
54 |
others_item_num_dict = {
|
55 |
+
"Battery": ["No, rechargeable batteries can be recycled through specific collection points (e-waste collection)", "Nil"],
|
56 |
+
"Electronic Waste": ["Can be recycled through specific collection points (e-waste collection)"],
|
57 |
+
"Stationery": ["No, donate if can be reused"]
|
58 |
}
|
59 |
paper_item_num_dict = {
|
60 |
"Beverage Carton": ["Yes, rinsed and flattened","Nil"],
|