Spaces:
Running
Running
Commit
·
7adff6d
1
Parent(s):
610c7ce
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,9 @@ st.title("EcoIdentify by EcoClim Solutions")
|
|
83 |
# Subheader
|
84 |
st.header("Upload a waste image to find its category")
|
85 |
|
|
|
|
|
|
|
86 |
# Image upload section
|
87 |
opt = st.selectbox("How do you want to upload the image for classification?", ("Please Select", "Upload image from device"))
|
88 |
|
|
|
83 |
# Subheader
|
84 |
st.header("Upload a waste image to find its category")
|
85 |
|
86 |
+
# Note
|
87 |
+
st.markdown("* Please note that our dataset is trained primarily with images that contain a white background. Therefore, images with white background would produce maximum accuracy *")
|
88 |
+
|
89 |
# Image upload section
|
90 |
opt = st.selectbox("How do you want to upload the image for classification?", ("Please Select", "Upload image from device"))
|
91 |
|