Yara Kyrychenko commited on
Commit
492a35c
Β·
1 Parent(s): 9fd35e2

upd t and m v2

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -113,11 +113,12 @@ with st.sidebar:
113
  {"β˜‘" if st.session_state.inserted > 0 else "☐"} **Step 3. Use the *End Conversation* button to submit your response.**
114
 
115
  You have to submit your conversation to receive compensation.
 
 
116
 
117
- {"πŸŽ‰ **All done! Please press *Next* in the survey.**" if st.session_state.inserted > 0 else ""}
118
  """)
119
- if st.session_state.gotit == False:
120
- st.markdown("*You can always return to this panel by clicking the arrow on the top left.*")
121
  st.session_state.gotit = st.button("Let's start!", key=None, help=None, use_container_width=True)
122
 
123
 
 
113
  {"β˜‘" if st.session_state.inserted > 0 else "☐"} **Step 3. Use the *End Conversation* button to submit your response.**
114
 
115
  You have to submit your conversation to receive compensation.
116
+
117
+ *You can always return to this panel by clicking the arrow on the top left.*
118
 
119
+ {"πŸŽ‰ **All done! Please press *Next* in the survey.**" if st.session_state.inserted > 1 else ""}
120
  """)
121
+ if st.session_state.gotit == False or st.session_state.submitted == False:
 
122
  st.session_state.gotit = st.button("Let's start!", key=None, help=None, use_container_width=True)
123
 
124