schlenker commited on
Commit
700842a
·
1 Parent(s): bdd552c

ask if help fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -332,7 +332,7 @@ if st.session_state.actions[-1] == 'cue':
332
  #word_count = st.session_state.counters["word_count"]
333
  letter_count = st.session_state.counters["letter_count"]
334
  if letter_count < len(target):
335
- write_bot(f'The word starts with {st.session_state.results["results"][word_count][:letter_count]}', remember=False)
336
  ask_if_helped()
337
  else:
338
  write_bot(f'This is my predicted word: "{target}". Does this match your query?')
 
332
  #word_count = st.session_state.counters["word_count"]
333
  letter_count = st.session_state.counters["letter_count"]
334
  if letter_count < len(target):
335
+ write_bot(f'The word starts with {st.session_state.results["results"][word_count][:letter_count]}. \n Does this help you remember the word?', remember=False)
336
  ask_if_helped()
337
  else:
338
  write_bot(f'This is my predicted word: "{target}". Does this match your query?')