Front / pages /response.py
fcesc-code's picture
Update pages/response.py
66fa04c verified
raw
history blame contribute delete
125 Bytes
title = f'{child_name}\'s story'
st.title("Magic Story Buddy")
if st.button("Another story!"):
st.switch_page("app.py")