rairo commited on
Commit
87e8c35
·
verified ·
1 Parent(s): 9a6dfa3

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -614,7 +614,7 @@ for key in ["story_pages", "image_descriptions", "generated_images", "story_audi
614
  st.session_state[key] = [] if key.startswith("story") or key.startswith("generated") else None
615
 
616
  with st.sidebar:
617
- st.sidebar.image("sozo_logo2.png")
618
  story_types = {
619
  "business": "Business Narrative",
620
  "education": "Educational",
 
614
  st.session_state[key] = [] if key.startswith("story") or key.startswith("generated") else None
615
 
616
  with st.sidebar:
617
+ st.subheader("Sozo Business Studio")
618
  story_types = {
619
  "business": "Business Narrative",
620
  "education": "Educational",