Beansbeansbeansbeans commited on
Commit
22ee3b6
1 Parent(s): fd2ff1b
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -75,23 +75,23 @@ metal_item_num_dict = {
75
  "Metal Can or Container": ["Metal Can or Container", "Yes. Unless there is any residue. Clean and recycle if possible."]
76
  }
77
  others_item_num_dict = {
78
- "Battery": ["Battery","No, rechargeable batteries can be recycled through specific collection points (e-waste collection)", "Nil"],
79
- "Electronic Waste": ["Electronic Waste","Can be recycled through specific collection points (e-waste collection). Please refer to RecycleHowAh for more information"],
80
- "Stationery": ["Stationery","No, donate if can be reused"]
81
  }
82
  paper_item_num_dict = {
83
- "Beverage Carton": ["Yes, rinsed and flattened","Nil"],
84
- "Cardboard": ["Yes","Remains of other materials such as tape, contaminated with other waste"],
85
- "Chopsticks": ["No, dispose as general waste ",],
86
- "Disposables": ["No, dispose as general waste ",],
87
- "Paper Bag": ["Yes","Contaminated with food waste or other waste "],
88
- "Paper Packaging": ["Yes","Made up of more than one material or contaminated with food waste"],
89
- "Paper Product": ["Yes","Contaminated with other waste"],
90
- "Receipt": ["Yes","Contaminated with other waste"],
91
- "Paper Roll": ["Yes","Contaminated with other waste"],
92
- "Paper Sheet": ["Yes","Contaminated with other waste "],
93
- "Tissue Box": ["Yes","Plastic liners not removed or contaminated with other waste "],
94
- "Tissue Paper": ["No, dispose as general waste","Nil"]
95
  }
96
 
97
  # class Seafoam(Base):
 
75
  "Metal Can or Container": ["Metal Can or Container", "Yes. Unless there is any residue. Clean and recycle if possible."]
76
  }
77
  others_item_num_dict = {
78
+ "Battery": ["Battery", "No, find a local e-waste collection near you (refer to the info page!!!)"],
79
+ "Electronic Waste": ["Electronic Waste", "No, find a local e-waste collection near you (refer to the info page!!!)"],
80
+ "Stationery": ["Stationery", "No, donate if can be reused"]
81
  }
82
  paper_item_num_dict = {
83
+ "Beverage Carton": ["Beverage Carton", "Yes, rinsed and flattened"],
84
+ "Cardboard": ["Cardboard", "Yes, remove other materials such as tape and flatten!! Don't recycle if contaminated with other waste like food"],
85
+ "Chopsticks": ["Chopsticks", "No, dispose as general waste"],
86
+ "Disposables": ["Disposables", "No, dispose as general waste"],
87
+ "Paper Bag": ["Paper Bag", "Yes. Unless contaminated with food waste or other waste"],
88
+ "Paper Packaging": ["Paper Packaging", "Yes, remove other materials such as tape and flatten!! Don't recycle if contaminated with other waste like food"],
89
+ "Paper Product": ["Paper Product", "Yes, remove other materials such as tape and flatten!! Don't recycle if contaminated with other waste like food"],
90
+ "Receipt": ["Receipt", "No, dispose as general waste"],
91
+ "Paper Roll": ["Paper Roll", "Yes. Unless contaminated with food waste or other waste"],
92
+ "Paper Sheet": ["Paper Sheet", "Yes. Unless contaminated with food waste or other waste"],
93
+ "Tissue Box": ["Tissue Box", "Yes, remove plastic liners. Don't recycle if contaminated with other waste "],
94
+ "Tissue Paper": ["Tissue Paper", "No, dispose as general waste"]
95
  }
96
 
97
  # class Seafoam(Base):