refactor: Update Streamlit experimental_rerun() to rerun()
This commit is contained in:
parent
4e1902454a
commit
99758f524e
@ -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")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user