Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
Β·
7c60dc3
1
Parent(s):
0426bed
word
Browse files
app.py
CHANGED
@@ -114,15 +114,15 @@ with st.sidebar:
|
|
114 |
|
115 |
β Do not use AI tools to generate your responses; write them yourself.
|
116 |
|
117 |
-
β οΈ You must respond **at least 5 times** before you will see a *Submit Interaction* button. You can continue before submitting, but **you must click *Submit Interaction* to receive compensation**.
|
118 |
|
119 |
β If you encounter any technical issues, please let us know. It might sometimes take 30 seconds or more to generate a response, so please be patient.
|
120 |
|
121 |
-
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Press the *Submit Interaction* button**
|
122 |
|
123 |
βΊ You can always return to this panel by clicking the arrow on the top left.
|
124 |
|
125 |
-
{"π **All done! Please
|
126 |
""")
|
127 |
if st.session_state.gotit == False or st.session_state.submitted == False:
|
128 |
st.session_state.gotit = st.button("Let's start!", key=None, help=None, use_container_width=True)
|
@@ -204,12 +204,15 @@ elif st.session_state.submitted == False:
|
|
204 |
pass
|
205 |
|
206 |
elif st.session_state.inserted > 1:
|
207 |
-
st.markdown("##
|
|
|
|
|
|
|
208 |
st.markdown('β **This is not the end of the study.**')
|
209 |
|
210 |
elif st.query_params["p"] == "n":
|
211 |
st.markdown("""**You have (randomly) not been selected to have a conversation with the chatbot.**
|
212 |
-
Please press *Submit Interaction
|
213 |
""")
|
214 |
columns = st.columns((1,1,1))
|
215 |
with columns[2]:
|
|
|
114 |
|
115 |
β Do not use AI tools to generate your responses; write them yourself.
|
116 |
|
117 |
+
## β οΈ You must respond **at least 5 times** before you will see a *Submit Interaction* button. You can continue before submitting, but **you must click *Submit Interaction* and enter your WORD into the survey to receive compensation**. The WORD will only appear after you click the *Submit Interaction* button.
|
118 |
|
119 |
β If you encounter any technical issues, please let us know. It might sometimes take 30 seconds or more to generate a response, so please be patient.
|
120 |
|
121 |
+
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Press the *Submit Interaction* button to get your WORD**
|
122 |
|
123 |
βΊ You can always return to this panel by clicking the arrow on the top left.
|
124 |
|
125 |
+
{"π **All done! Please enter your WORD in the survey.**" if st.session_state.inserted > 1 else ""}
|
126 |
""")
|
127 |
if st.session_state.gotit == False or st.session_state.submitted == False:
|
128 |
st.session_state.gotit = st.button("Let's start!", key=None, help=None, use_container_width=True)
|
|
|
204 |
pass
|
205 |
|
206 |
elif st.session_state.inserted > 1:
|
207 |
+
st.markdown("## Copy your WORD!")
|
208 |
+
st.markdown('**Your WORD to proceed with the study is:**')
|
209 |
+
st.markdown(f'## POTATOES')
|
210 |
+
st.markdown('**Please copy the WORD and enter it into the box at the bottom of the page.**')
|
211 |
st.markdown('β **This is not the end of the study.**')
|
212 |
|
213 |
elif st.query_params["p"] == "n":
|
214 |
st.markdown("""**You have (randomly) not been selected to have a conversation with the chatbot.**
|
215 |
+
Please press *Submit Interaction* to get your WORD to proceed with the study.
|
216 |
""")
|
217 |
columns = st.columns((1,1,1))
|
218 |
with columns[2]:
|