Spaces:
Sleeping
Sleeping
Yara Kyrychenko
commited on
Commit
Β·
def699c
1
Parent(s):
54c392c
word
Browse files
app.py
CHANGED
|
@@ -76,15 +76,15 @@ with st.sidebar:
|
|
| 76 |
|
| 77 |
β Do not share any personal information (e.g., name or address).
|
| 78 |
|
| 79 |
-
β οΈ You must click on **at least 5 links** before you will see a *Submit Interaction* button. You can continue before submitting, but **you must click *Submit Interaction* to receive compensation**.
|
| 80 |
|
| 81 |
β If you encounter any technical issues, please let us know.
|
| 82 |
|
| 83 |
-
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Press the *Submit Interaction* button**
|
| 84 |
|
| 85 |
βΊ You can always return to this panel by clicking the arrow on the top left.
|
| 86 |
|
| 87 |
-
{"π **All done! Please
|
| 88 |
""")
|
| 89 |
if st.session_state.gotit == False or st.session_state.submitted == False:
|
| 90 |
st.session_state.gotit = st.button("Let's start!", key=None, help=None, use_container_width=True)
|
|
@@ -191,7 +191,10 @@ elif st.session_state.submitted == False:
|
|
| 191 |
pass
|
| 192 |
|
| 193 |
elif st.session_state.inserted > 1:
|
| 194 |
-
st.markdown("##
|
|
|
|
|
|
|
|
|
|
| 195 |
st.markdown('β **This is not the end of the study.**')
|
| 196 |
|
| 197 |
elif query := st.text_input("Enter search query and press Enter", placeholder="Search Google..."):
|
|
|
|
| 76 |
|
| 77 |
β Do not share any personal information (e.g., name or address).
|
| 78 |
|
| 79 |
+
## β οΈ You must click on **at least 5 links** 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.
|
| 80 |
|
| 81 |
β If you encounter any technical issues, please let us know.
|
| 82 |
|
| 83 |
+
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Press the *Submit Interaction* button to get your WORD**
|
| 84 |
|
| 85 |
βΊ You can always return to this panel by clicking the arrow on the top left.
|
| 86 |
|
| 87 |
+
{"π **All done! Please enter your WORD in the survey.**" if st.session_state.inserted > 1 else ""}
|
| 88 |
""")
|
| 89 |
if st.session_state.gotit == False or st.session_state.submitted == False:
|
| 90 |
st.session_state.gotit = st.button("Let's start!", key=None, help=None, use_container_width=True)
|
|
|
|
| 191 |
pass
|
| 192 |
|
| 193 |
elif st.session_state.inserted > 1:
|
| 194 |
+
st.markdown("## Copy your WORD!")
|
| 195 |
+
st.markdown('**Your WORD to proceed with the study is:**')
|
| 196 |
+
st.markdown(f'## POTATOES')
|
| 197 |
+
st.markdown('**Please copy the WORD and enter it into the box at the bottom of the page.**')
|
| 198 |
st.markdown('β **This is not the end of the study.**')
|
| 199 |
|
| 200 |
elif query := st.text_input("Enter search query and press Enter", placeholder="Search Google..."):
|