Yara Kyrychenko commited on
Commit
def699c
Β·
1 Parent(s): 54c392c
Files changed (1) hide show
  1. app.py +7 -4
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 press *Next* 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,7 +191,10 @@ elif st.session_state.submitted == False:
191
  pass
192
 
193
  elif st.session_state.inserted > 1:
194
- st.markdown("## Please press *Next* in the survey to proceed.")
 
 
 
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..."):