Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,5 +15,4 @@ if st.button("Submit"):
|
|
| 15 |
|
| 16 |
# Clear button
|
| 17 |
if st.button("Clear"):
|
| 18 |
-
|
| 19 |
-
st.experimental_rerun()
|
|
|
|
| 15 |
|
| 16 |
# Clear button
|
| 17 |
if st.button("Clear"):
|
| 18 |
+
st.rerun() # Updated from st.experimental_rerun() to st.rerun()
|
|
|