Update app.py
Browse files
app.py
CHANGED
@@ -387,7 +387,7 @@ A seagull and starfish, they needed a chap."""
|
|
387 |
|
388 |
|
389 |
if 'on_topic' not in st.session_state:
|
390 |
-
st.session_state['on_topic'] = ''
|
391 |
|
392 |
if 'image_paths' not in st.session_state:
|
393 |
st.session_state['image_paths'] = []
|
@@ -397,6 +397,8 @@ st.set_page_config(layout="wide")
|
|
397 |
st.markdown("<h1 style='text-align: center;'>Clarifai Story Teller</h1>", unsafe_allow_html=True)
|
398 |
st.markdown("<h2 style='text-align: center;'>Branching Reading Adventure</h2>", unsafe_allow_html=True)
|
399 |
|
|
|
|
|
400 |
tabs = ["Create Your Story Script", "Build Your Image-Audio Book", "Interact with Your Characters"]
|
401 |
|
402 |
# Initialize the current tab in session state
|
|
|
387 |
|
388 |
|
389 |
if 'on_topic' not in st.session_state:
|
390 |
+
st.session_state['on_topic'] = 'happy children on a ship'
|
391 |
|
392 |
if 'image_paths' not in st.session_state:
|
393 |
st.session_state['image_paths'] = []
|
|
|
397 |
st.markdown("<h1 style='text-align: center;'>Clarifai Story Teller</h1>", unsafe_allow_html=True)
|
398 |
st.markdown("<h2 style='text-align: center;'>Branching Reading Adventure</h2>", unsafe_allow_html=True)
|
399 |
|
400 |
+
st.image('crewai/resources/display.jpg')
|
401 |
+
|
402 |
tabs = ["Create Your Story Script", "Build Your Image-Audio Book", "Interact with Your Characters"]
|
403 |
|
404 |
# Initialize the current tab in session state
|