diff --git a/src/streamlit_app.py b/src/streamlit_app.py index cd7ad1e..069ae8f 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -525,7 +525,7 @@ if st.session_state.error_log: # Add clear button if st.button("Clear Error Log"): st.session_state.error_log = {} - st.experimental_rerun() + st.rerun() else: st.success("No errors encountered in current session")