refactor: Update Streamlit experimental_rerun() to rerun()

This commit is contained in:
Bobby Abellana (aider) 2025-02-18 09:40:41 -08:00
parent 4e1902454a
commit 99758f524e

View File

@ -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")