Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def info(type):
|
|
25 |
if (type == 'Primary'):
|
26 |
return "Your recyclable type is Primary, which makes up the most recyclable materials. You're in luck, your material can just be put in your curbside blue bin, or wherever you usually recycle."
|
27 |
elif (type == 'Tertiary'):
|
28 |
-
return "Tertiary items are the least recyclable materials. These
|
29 |
elif (type == 'Metals'):
|
30 |
return "Metals should be transported to your local scrapyard, which, according to your location is at New World Recycling, 1079 E 5th Ave, Columbus, OH."
|
31 |
elif (type == 'Organic Matter'):
|
|
|
25 |
if (type == 'Primary'):
|
26 |
return "Your recyclable type is Primary, which makes up the most recyclable materials. You're in luck, your material can just be put in your curbside blue bin, or wherever you usually recycle."
|
27 |
elif (type == 'Tertiary'):
|
28 |
+
return "Tertiary items are the least recyclable materials. These materials may hard to recycle because of residue (such as adhesive or liquid). They're used as feedstock (raw material to supply or fuel a machine or industrial process) in a process to make new chemicals and fuels. Heavy/industrial paper items should be disposed at a recycling center."
|
29 |
elif (type == 'Metals'):
|
30 |
return "Metals should be transported to your local scrapyard, which, according to your location is at New World Recycling, 1079 E 5th Ave, Columbus, OH."
|
31 |
elif (type == 'Organic Matter'):
|