Update app.py
Browse files
app.py
CHANGED
|
@@ -394,6 +394,8 @@ if 'image_paths' not in st.session_state:
|
|
| 394 |
|
| 395 |
st.set_page_config(page_title='Clarifai Story Teller', layout='wide')
|
| 396 |
|
|
|
|
|
|
|
| 397 |
|
| 398 |
# Create tabs
|
| 399 |
tab1, tab2, tab3 = st.tabs(["Create Your Story Script", "Build Your Image-Audio Book", "Interact with Your Characters"])
|
|
@@ -453,7 +455,6 @@ with tab3:
|
|
| 453 |
|
| 454 |
col1, col2 = st.columns([2, 3])
|
| 455 |
|
| 456 |
-
|
| 457 |
|
| 458 |
with col2:
|
| 459 |
# Display the selected image
|
|
@@ -499,7 +500,6 @@ with tab3:
|
|
| 499 |
|
| 500 |
st.header("Create a Story About This Image")
|
| 501 |
|
| 502 |
-
|
| 503 |
|
| 504 |
# Button for actions related to the selected image
|
| 505 |
if st.button("Create a New Story"):
|
|
|
|
| 394 |
|
| 395 |
st.set_page_config(page_title='Clarifai Story Teller', layout='wide')
|
| 396 |
|
| 397 |
+
st.markdown("<h1 style='text-align: center;'>Branching Reading Adventure</h1>", unsafe_allow_html=True)
|
| 398 |
+
|
| 399 |
|
| 400 |
# Create tabs
|
| 401 |
tab1, tab2, tab3 = st.tabs(["Create Your Story Script", "Build Your Image-Audio Book", "Interact with Your Characters"])
|
|
|
|
| 455 |
|
| 456 |
col1, col2 = st.columns([2, 3])
|
| 457 |
|
|
|
|
| 458 |
|
| 459 |
with col2:
|
| 460 |
# Display the selected image
|
|
|
|
| 500 |
|
| 501 |
st.header("Create a Story About This Image")
|
| 502 |
|
|
|
|
| 503 |
|
| 504 |
# Button for actions related to the selected image
|
| 505 |
if st.button("Create a New Story"):
|