Spaces:
Build error
Build error
Update classifier.py
Browse files- classifier.py +1 -1
classifier.py
CHANGED
|
@@ -37,7 +37,7 @@ def run():
|
|
| 37 |
# Create a Streamlit form
|
| 38 |
with st.form(key='Form Mechanical Parts Classifyer'):
|
| 39 |
# Add a file uploader to the form
|
| 40 |
-
uploaded_files = st.file_uploader("Upload a file of one of these format .JPEG/.JPG
|
| 41 |
|
| 42 |
# Check if any file is uploaded
|
| 43 |
if uploaded_files:
|
|
|
|
| 37 |
# Create a Streamlit form
|
| 38 |
with st.form(key='Form Mechanical Parts Classifyer'):
|
| 39 |
# Add a file uploader to the form
|
| 40 |
+
uploaded_files = st.file_uploader("Upload a file of one of these format .JPEG/.JPG file", accept_multiple_files=True)
|
| 41 |
|
| 42 |
# Check if any file is uploaded
|
| 43 |
if uploaded_files:
|