Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -440,8 +440,7 @@ if page == "🏠 Home & Classification":
|
|
| 440 |
# File uploader with camera option
|
| 441 |
uploaded_file = st.file_uploader(
|
| 442 |
"Choose an image...",
|
| 443 |
-
type=[
|
| 444 |
-
help="Upload a clear image of the waste item"
|
| 445 |
)
|
| 446 |
|
| 447 |
if uploaded_file is not None:
|
|
|
|
| 440 |
# File uploader with camera option
|
| 441 |
uploaded_file = st.file_uploader(
|
| 442 |
"Choose an image...",
|
| 443 |
+
type=["jpg", "jpeg", "png"]
|
|
|
|
| 444 |
)
|
| 445 |
|
| 446 |
if uploaded_file is not None:
|