shubham680 commited on
Commit
ecb030b
·
verified ·
1 Parent(s): 17bc18e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ if shearing:
68
  if crop:
69
  transformation.append("Crop")
70
 
71
- st.form_submit_button("Submit")
72
 
73
 
74
  if uploaded_file is not None:
 
68
  if crop:
69
  transformation.append("Crop")
70
 
71
+ st.button("Submit")
72
 
73
 
74
  if uploaded_file is not None: