Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
·
c225cb1
1
Parent(s):
18820d3
upd n cond v2
Browse files
app.py
CHANGED
@@ -236,9 +236,7 @@ elif st.session_state.submitted == False:
|
|
236 |
|
237 |
elif st.query_params["p"] == "n":
|
238 |
st.markdown("""
|
239 |
-
❗ **Please press *End Conversation* to submit your data and proceed with the survey. You have to submit
|
240 |
-
|
241 |
-
The chatbot is temporarily unavailable.
|
242 |
""")
|
243 |
columns = st.columns((1,1,1))
|
244 |
with columns[2]:
|
|
|
236 |
|
237 |
elif st.query_params["p"] == "n":
|
238 |
st.markdown("""
|
239 |
+
❗ **Please press *End Conversation* to submit your data and proceed with the survey. You have to submit to receive compensation.**
|
|
|
|
|
240 |
""")
|
241 |
columns = st.columns((1,1,1))
|
242 |
with columns[2]:
|