Spaces:
Sleeping
Sleeping
remember change
Browse files
pages/1_Descriptive_chatbot.py
CHANGED
@@ -414,8 +414,8 @@ if st.session_state.is_helpful['ask']:
|
|
414 |
write_bot("Please describe your word!")
|
415 |
st.session_state.is_helpful['ask'] = False
|
416 |
elif n:
|
417 |
-
st.session_state.actions.append('cue')
|
418 |
st.session_state.is_helpful['ask'] = False
|
|
|
419 |
#cue_generation()
|
420 |
elif new:
|
421 |
write_bot("Please describe your word!")
|
|
|
414 |
write_bot("Please describe your word!")
|
415 |
st.session_state.is_helpful['ask'] = False
|
416 |
elif n:
|
|
|
417 |
st.session_state.is_helpful['ask'] = False
|
418 |
+
st.session_state.actions.append('cue')
|
419 |
#cue_generation()
|
420 |
elif new:
|
421 |
write_bot("Please describe your word!")
|