schlenker commited on
Commit
0f7a76d
·
1 Parent(s): cc22a40
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -276,6 +276,7 @@ if st.session_state.actions[-1] == "result":
276
  elif a2:
277
  #write_bot(f'The first letter is {st.session_state.results["results"][0][0]}.')
278
  #time.sleep(1)
 
279
  cue_generation()
280
  write_bot('Does it help you remember the word?', remember=False)
281
  st.session_state.is_helpful['ask'] = True
 
276
  elif a2:
277
  #write_bot(f'The first letter is {st.session_state.results["results"][0][0]}.')
278
  #time.sleep(1)
279
+ st.session_state.actions.append('cue')
280
  cue_generation()
281
  write_bot('Does it help you remember the word?', remember=False)
282
  st.session_state.is_helpful['ask'] = True