Spaces:
Running
Running
Yara Kyrychenko
commited on
Commit
Β·
86e0eb6
1
Parent(s):
f81587e
more suggestion qs
Browse files
app.py
CHANGED
@@ -103,10 +103,11 @@ with st.sidebar:
|
|
103 |
{"β" if len(st.session_state.messages) > 0 else "β"} **Step 2. Type in the chat box to start a conversation.**
|
104 |
|
105 |
You should ask a climate change related question like:
|
106 |
-
- *
|
107 |
-
- *What
|
|
|
108 |
|
109 |
-
You must respond **at least 5 times** before you can submit the conversation.
|
110 |
|
111 |
{"β" if st.session_state.inserted > 0 else "β"} **Step 3. Use the *End Conversation* button to submit your response.**
|
112 |
|
|
|
103 |
{"β" if len(st.session_state.messages) > 0 else "β"} **Step 2. Type in the chat box to start a conversation.**
|
104 |
|
105 |
You should ask a climate change related question like:
|
106 |
+
- *What are the most effective actions to reduce my carbon emissions?*
|
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.**
|
113 |
|