Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
Β·
18820d3
1
Parent(s):
86e0eb6
upd n cond
Browse files
app.py
CHANGED
@@ -236,9 +236,9 @@ elif st.session_state.submitted == False:
|
|
236 |
|
237 |
elif st.query_params["p"] == "n":
|
238 |
st.markdown("""
|
239 |
-
|
240 |
-
|
241 |
-
|
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 your conversation to receive compensation.**
|
240 |
+
|
241 |
+
The chatbot is temporarily unavailable.
|
242 |
""")
|
243 |
columns = st.columns((1,1,1))
|
244 |
with columns[2]:
|