Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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.
|
| 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",
|