CB commited on
Commit
e26b27e
·
verified ·
1 Parent(s): 31d0b40

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +0 -8
streamlit_app.py CHANGED
@@ -612,11 +612,3 @@ if generate_now and not st.session_state.get("busy"):
612
  st.error("An error occurred while generating the story. You can try Generate again; the uploaded video will be reused.")
613
  finally:
614
  st.session_state["busy"] = False
615
-
616
- if st.session_state.get("analysis_out"):
617
- st.subheader("Analysis Result")
618
- st.markdown(st.session_state.get("analysis_out"))
619
-
620
- if st.session_state.get("last_error"):
621
- with st.expander("Last Error", expanded=False):
622
- st.write(st.session_state.get("last_error"))
 
612
  st.error("An error occurred while generating the story. You can try Generate again; the uploaded video will be reused.")
613
  finally:
614
  st.session_state["busy"] = False