pyesonekyaw commited on
Commit
bf5e598
·
1 Parent(s): d151fce
Files changed (1) hide show
  1. app.py +3 -3
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
- "battery": ["Battery","No, rechargeable batteries can be recycled through specific collection points (e-waste collection)", "Nil"],
56
- "electronic_waste": ["Electronic Waste","Can be recycled through specific collection points (e-waste collection)"],
57
- "stationery": ["Stationery","No, donate if can be reused"]
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"],