Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
·
bce00aa
1
Parent(s):
3807d9e
issues
Browse files
app.py
CHANGED
@@ -113,6 +113,8 @@ with st.sidebar:
|
|
113 |
|
114 |
⚠️ You must respond **at least 5 times** before you will see a *Finish* button. You can continue before submitting, but **you must finish and enter your completion code into the survey to recieve compensation**.
|
115 |
|
|
|
|
|
116 |
{"☑" if st.session_state.inserted > 1 else "☐"} **Step 3. Use the *Finish* button to get your completion code**
|
117 |
|
118 |
⚠️ Do not forget to copy & paste your completion code!
|
|
|
113 |
|
114 |
⚠️ You must respond **at least 5 times** before you will see a *Finish* button. You can continue before submitting, but **you must finish and enter your completion code into the survey to recieve compensation**.
|
115 |
|
116 |
+
❗ 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.
|
117 |
+
|
118 |
{"☑" if st.session_state.inserted > 1 else "☐"} **Step 3. Use the *Finish* button to get your completion code**
|
119 |
|
120 |
⚠️ Do not forget to copy & paste your completion code!
|