Yara Kyrychenko commited on
Commit
dc953e9
Β·
1 Parent(s): d7d7660
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -104,18 +104,20 @@ with st.sidebar:
104
 
105
  {"β˜‘" if len(st.session_state.messages) > 0 else "☐"} **Step 2. Type in the chat box to start a conversation.**
106
 
107
- You should ask a climate change related question like:
108
  - *What are the most effective actions to reduce my carbon emissions?*
109
  - *What's better for the environment: a year of vegetarianism or skipping one transatlantic flight?*
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
- 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.
115
 
116
- {"β˜‘" if st.session_state.inserted > 0 else "☐"} **Step 3. Use the *End Conversation* button to submit your response.**
117
 
118
- You have to submit your conversation to receive compensation.
119
 
120
  β†Ί *You can always return to this panel by clicking the arrow on the top left.*
121
 
 
104
 
105
  {"β˜‘" if len(st.session_state.messages) > 0 else "☐"} **Step 2. Type in the chat box to start a conversation.**
106
 
107
+ 🌱 You should ask a climate change related question like:
108
  - *What are the most effective actions to reduce my carbon emissions?*
109
  - *What's better for the environment: a year of vegetarianism or skipping one transatlantic flight?*
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