fcesc-code commited on
Commit
9029146
β€’
1 Parent(s): 039dc10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ st.title("πŸ§šβ€β™€οΈ Magic Story Buddy πŸ“š")
16
  st.markdown("Let's create a magical story just for you!")
17
 
18
  # User input
19
- child_name = st.text_input("What's your name, young storyteller?", on_change=state_update)
20
  st.write('Your name is ', child_name)
21
  st.write('The state is ', st.session_state['name'])
22
  story_theme = st.selectbox("What would you like your story to be about?",
 
16
  st.markdown("Let's create a magical story just for you!")
17
 
18
  # User input
19
+ child_name = st.text_input("What's your name, young storyteller?", on_change=child_update)
20
  st.write('Your name is ', child_name)
21
  st.write('The state is ', st.session_state['name'])
22
  story_theme = st.selectbox("What would you like your story to be about?",