Spaces:
Build error
Build error
CB commited on
Update streamlit_app.py
Browse files- 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"))
|