Yara Kyrychenko commited on
Commit
0572fd7
Β·
1 Parent(s): dc953e9

merge have to

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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 ""}