fcesc-code commited on
Commit
c7b733f
Β·
verified Β·
1 Parent(s): a9085ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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?",