Spaces:
Running
Running
Commit
·
8122b55
1
Parent(s):
6d2fe93
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,3 +63,6 @@ try:
|
|
| 63 |
return (" therefore your item is recyclable. Please refer to https://www.wm.com/us/en/drop-off-locations to find a drop-off location near you.")
|
| 64 |
elif img == 'plastic':
|
| 65 |
return ("therefore your item may have a chance of being recyclable.")
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
return (" therefore your item is recyclable. Please refer to https://www.wm.com/us/en/drop-off-locations to find a drop-off location near you.")
|
| 64 |
elif img == 'plastic':
|
| 65 |
return ("therefore your item may have a chance of being recyclable.")
|
| 66 |
+
|
| 67 |
+
except ValueError:
|
| 68 |
+
print("Value Error")
|