eaglelandsonce commited on
Commit
40a2e46
1 Parent(s): c44bdc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)