ashutoshsharma58 commited on
Commit
3cd4e98
·
verified ·
1 Parent(s): 8f867f1

Update classifier.py

Browse files
Files changed (1) hide show
  1. 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/.PNG file", accept_multiple_files=True)
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: