CB commited on
Commit
ca2603e
·
verified ·
1 Parent(s): ff726a7

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -521,4 +521,4 @@ if st.session_state.get("analysis_out"):
521
 
522
  if st.session_state.get("last_error"):
523
  with st.expander("Last Error", expanded=False):
524
- st.write(st.session_state.get("last_error
 
521
 
522
  if st.session_state.get("last_error"):
523
  with st.expander("Last Error", expanded=False):
524
+ st.write(st.session_state.get("last_error"))