pyesonekyaw commited on
Commit
35df2b4
·
1 Parent(s): bf5e598
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ metal_item_num_dict = {
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"],
 
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": ["Yes","Can be recycled through specific collection points (e-waste collection)"],
57
+ "Stationery": ["No","No, donate if can be reused"]
58
  }
59
  paper_item_num_dict = {
60
  "Beverage Carton": ["Yes, rinsed and flattened","Nil"],