Deltan2002 commited on
Commit
34a52d9
1 Parent(s): 3fce1a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def main():
76
  story = generate_story(scenario, length)
77
  # text2speech(story)
78
 
79
- with st.expander("Gcenario"):
80
  st.write(scenario)
81
  with st.expander("Generated Story"):
82
  st.write(story)
 
76
  story = generate_story(scenario, length)
77
  # text2speech(story)
78
 
79
+ with st.expander("Scenario"):
80
  st.write(scenario)
81
  with st.expander("Generated Story"):
82
  st.write(story)