Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|