Spaces:
Sleeping
Sleeping
Yara Kyrychenko
commited on
Commit
Β·
492a35c
1
Parent(s):
9fd35e2
upd t and m v2
Browse files
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 >
|
| 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 |
|