eaglelandsonce commited on
Commit
c44bdc9
·
verified ·
1 Parent(s): 7f203ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -392,9 +392,8 @@ if 'on_topic' not in st.session_state:
392
  if 'image_paths' not in st.session_state:
393
  st.session_state['image_paths'] = []
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
 
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)
 
397
 
398
 
399
  # Create tabs