Spaces:
Sleeping
Sleeping
Beansbeansbeansbeans
commited on
Commit
•
22ee3b6
1
Parent(s):
fd2ff1b
hh
Browse files
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,
|
79 |
-
"Electronic Waste": ["Electronic Waste","
|
80 |
-
"Stationery": ["Stationery","No, donate if can be reused"]
|
81 |
}
|
82 |
paper_item_num_dict = {
|
83 |
-
"Beverage Carton": ["Yes, rinsed and flattened"
|
84 |
-
"Cardboard": ["
|
85 |
-
"Chopsticks": ["No, dispose as general waste
|
86 |
-
"Disposables": ["No, dispose as general waste
|
87 |
-
"Paper Bag": ["
|
88 |
-
"Paper Packaging": ["
|
89 |
-
"Paper Product": ["
|
90 |
-
"Receipt": ["
|
91 |
-
"Paper Roll": ["
|
92 |
-
"Paper Sheet": ["
|
93 |
-
"Tissue Box": ["
|
94 |
-
"Tissue Paper": ["No, dispose as general waste"
|
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):
|