Spaces:
Sleeping
Sleeping
title = f'{child_name}\'s story' | |
st.title("Magic Story Buddy") | |
if st.button("Another story!"): | |
st.switch_page("app.py") |
title = f'{child_name}\'s story' | |
st.title("Magic Story Buddy") | |
if st.button("Another story!"): | |
st.switch_page("app.py") |