Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
Β·
9420452
1
Parent(s):
c225cb1
upd n cond v3
Browse files
app.py
CHANGED
@@ -107,6 +107,8 @@ with st.sidebar:
|
|
107 |
- *What's better for the environment: a year of vegetarianism or skipping one transatlantic flight?*
|
108 |
- *How do the emissions saved by switching to an EV compare to recycling for a year in terms of trees planted?*
|
109 |
|
|
|
|
|
110 |
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.
|
111 |
|
112 |
{"β" if st.session_state.inserted > 0 else "β"} **Step 3. Use the *End Conversation* button to submit your response.**
|
|
|
107 |
- *What's better for the environment: a year of vegetarianism or skipping one transatlantic flight?*
|
108 |
- *How do the emissions saved by switching to an EV compare to recycling for a year in terms of trees planted?*
|
109 |
|
110 |
+
*If you're unsure about a metric or number, simply ask the chatbot for an explanation.*
|
111 |
+
|
112 |
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.
|
113 |
|
114 |
{"β" if st.session_state.inserted > 0 else "β"} **Step 3. Use the *End Conversation* button to submit your response.**
|