Yara Kyrychenko commited on
Commit
86e0eb6
Β·
1 Parent(s): f81587e

more suggestion qs

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- - *How do I reduce my carbon emissions?*
107
- - *What is the best way to reduce my carbon footprint?*
 
108
 
109
- You must respond **at least 5 times** before you can submit the conversation. Once you've reached that number, an *End Conversation* button will appear. You are free to continue the conversation further before you submit it.
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