Update app.py
Browse files
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.
|
| 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
|