Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
Β·
0572fd7
1
Parent(s):
dc953e9
merge have to
Browse files
app.py
CHANGED
@@ -110,15 +110,13 @@ with st.sidebar:
|
|
110 |
- *How do the emissions saved by switching to an EV compare to recycling for a year in terms of trees planted?*
|
111 |
|
112 |
π§ If you're unsure about a metric or number, simply ask the chatbot for an explanation.
|
113 |
-
|
114 |
β **Do not share any personal information (e.g., name or address) in the chat.**
|
115 |
|
116 |
-
β οΈ You must respond **at least 5 times** before you can submit the conversation. An *End Conversation* button will appear then. You are free to continue the conversation further before you submit it.
|
117 |
|
118 |
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Use the *End Conversation* button to submit your response.**
|
119 |
|
120 |
-
β‘ You have to submit your conversation to receive compensation.
|
121 |
-
|
122 |
βΊ *You can always return to this panel by clicking the arrow on the top left.*
|
123 |
|
124 |
{"π **All done! Please press *Next* in the survey.**" if st.session_state.inserted > 1 else ""}
|
|
|
110 |
- *How do the emissions saved by switching to an EV compare to recycling for a year in terms of trees planted?*
|
111 |
|
112 |
π§ If you're unsure about a metric or number, simply ask the chatbot for an explanation.
|
113 |
+
|
114 |
β **Do not share any personal information (e.g., name or address) in the chat.**
|
115 |
|
116 |
+
β οΈ You must respond **at least 5 times** before you can submit the conversation. An *End Conversation* button will appear then. You are free to continue the conversation further before you submit it, and you have to submit the conversation to receive compensation.
|
117 |
|
118 |
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Use the *End Conversation* button to submit your response.**
|
119 |
|
|
|
|
|
120 |
βΊ *You can always return to this panel by clicking the arrow on the top left.*
|
121 |
|
122 |
{"π **All done! Please press *Next* in the survey.**" if st.session_state.inserted > 1 else ""}
|