Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,6 @@ import streamlit as st
|
|
4 |
st.title("π§ββοΈ Magic Story Buddy π")
|
5 |
st.markdown("Let's create a magical story just for you!")
|
6 |
|
7 |
-
# Initialize the model
|
8 |
-
@st.cache_resource
|
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?",
|
|
|
4 |
st.title("π§ββοΈ Magic Story Buddy π")
|
5 |
st.markdown("Let's create a magical story just for you!")
|
6 |
|
|
|
|
|
|
|
7 |
# User input
|
8 |
child_name = st.text_input("What's your name, young storyteller?")
|
9 |
story_theme = st.selectbox("What would you like your story to be about?",
|