HimanshuA commited on
Commit
cb6b17d
·
verified ·
1 Parent(s): 4c0f9b7

Update classifier.py

Browse files
Files changed (1) hide show
  1. classifier.py +2 -0
classifier.py CHANGED
@@ -219,8 +219,10 @@ def run():
219
  if uploaded_files:
220
  for uploaded_file in uploaded_files:
221
  st.write("filename:", uploaded_file.name)
 
222
  # Close the form
223
  submitted = st.form_submit_button('Recognize')
 
224
 
225
  if submitted:
226
  my_function()
 
219
  if uploaded_files:
220
  for uploaded_file in uploaded_files:
221
  st.write("filename:", uploaded_file.name)
222
+ my_function()
223
  # Close the form
224
  submitted = st.form_submit_button('Recognize')
225
+
226
 
227
  if submitted:
228
  my_function()