pratikshahp commited on
Commit
e2b09d1
·
verified ·
1 Parent(s): 64e9a71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ with st.form("user_form"):
16
 
17
  # Add form buttons
18
  submit_button = st.form_submit_button("Submit")
19
- clear_button = st.form_submit_button("Clear",on_click=clear_form)
20
 
21
  # Handle form submission
22
  if submit_button:
 
16
 
17
  # Add form buttons
18
  submit_button = st.form_submit_button("Submit")
 
19
 
20
  # Handle form submission
21
  if submit_button: