neha-ai-playground commited on
Commit
b426c95
·
1 Parent(s): 41984dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,9 +65,9 @@ def main() :
65
  story = generate_story(scenario)
66
  text2Speech(story)
67
 
68
- with st.expander("scenario")
69
  st.write(scenario)
70
- with st.expander("story")
71
  st.write(story)
72
 
73
  st.audio("audio.flac")
 
65
  story = generate_story(scenario)
66
  text2Speech(story)
67
 
68
+ with st.expander("scenario"):
69
  st.write(scenario)
70
+ with st.expander("story"):
71
  st.write(story)
72
 
73
  st.audio("audio.flac")