Spaces:
Running
Running
Commit
·
1a2b0c1
1
Parent(s):
2c1be08
Update app.py
Browse files
app.py
CHANGED
@@ -65,5 +65,5 @@ try:
|
|
65 |
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.")
|
66 |
elif img == 'plastic':
|
67 |
return ("therefore your item may have a chance of being recyclable.")
|
68 |
-
except:
|
69 |
print(f"An error occurred: {e}")
|
|
|
65 |
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.")
|
66 |
elif img == 'plastic':
|
67 |
return ("therefore your item may have a chance of being recyclable.")
|
68 |
+
except Exception as e:
|
69 |
print(f"An error occurred: {e}")
|