Update app.py
Browse files
app.py
CHANGED
@@ -391,6 +391,8 @@ if 'on_topic' not in st.session_state:
|
|
391 |
|
392 |
if 'image_paths' not in st.session_state:
|
393 |
st.session_state['image_paths'] = []
|
|
|
|
|
394 |
|
395 |
st.markdown("<h1 style='text-align: center;'>Clarifai Story Teller'</h1>", unsafe_allow_html=True)
|
396 |
st.markdown("<h2 style='text-align: center;'>Branching Reading Adventure</h2>", unsafe_allow_html=True)
|
|
|
391 |
|
392 |
if 'image_paths' not in st.session_state:
|
393 |
st.session_state['image_paths'] = []
|
394 |
+
|
395 |
+
st.set_page_config(layout="wide")
|
396 |
|
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)
|