jitesh commited on
Commit
af21fc1
1 Parent(s): 4081bed

updates story continuation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ elif mode == 'Play Storytelling':
110
  # st.text(story_till_now)
111
  full_story, emotion, new_sentence = gen.next_sentence(
112
  st.session_state.full_story, length)
113
- st.session_state.full_story = story_till_now
114
  st.session_state.sentence_list.append({
115
  'sentence': new_sentence,
116
  'emotion': emotion["label"],
 
110
  # st.text(story_till_now)
111
  full_story, emotion, new_sentence = gen.next_sentence(
112
  st.session_state.full_story, length)
113
+ st.session_state.full_story = full_story
114
  st.session_state.sentence_list.append({
115
  'sentence': new_sentence,
116
  'emotion': emotion["label"],