Rudra-barman commited on
Commit
06678dd
·
verified ·
1 Parent(s): 6a7af9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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=['jpg', 'jpeg', 'png', 'bmp', 'webp'],
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: