pyesonekyaw commited on
Commit
f4b4798
1 Parent(s): bd30f13

fix spelling

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- "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"],
 
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"],