Spaces:
Sleeping
Sleeping
Bug fix
Browse files
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
|