Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ st.markdown("Let's create a magical story just for you!")
|
|
9 |
|
10 |
# User input
|
11 |
child_name = st.text_input("What's your name, young storyteller?")
|
|
|
12 |
story_theme = st.selectbox("What would you like your story to be about?",
|
13 |
["Space Adventure", "Magical Forest", "Underwater World", "Dinosaur Discovery"])
|
14 |
|
|
|
9 |
|
10 |
# User input
|
11 |
child_name = st.text_input("What's your name, young storyteller?")
|
12 |
+
print(child_name)
|
13 |
story_theme = st.selectbox("What would you like your story to be about?",
|
14 |
["Space Adventure", "Magical Forest", "Underwater World", "Dinosaur Discovery"])
|
15 |
|