MeghanaM4 commited on
Commit
921aa25
·
verified ·
1 Parent(s): 21fe202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 types of recycled material are 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'):
 
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'):