Yara Kyrychenko
commited on
Commit
Β·
beefb94
1
Parent(s):
d81b7f7
formatting fix
Browse files
app.py
CHANGED
@@ -114,17 +114,15 @@ with st.sidebar:
|
|
114 |
|
115 |
st.success("Ask, request, or talk to the chatbot about something you consider **politically polarizing** or something that people from different US political parties might disagree about.", icon='π―')
|
116 |
|
117 |
-
st.markdown("
|
118 |
|
119 |
st.markdown(f"""
|
|
|
|
|
120 |
β οΈ You must respond **at least 5 times** before you will see a *Submit Interaction* button. You can continue before submitting, but **you must Submit Interaction and enter your chatbot word to proceed with the survey**.
|
121 |
|
122 |
-
β Do not share any personal information (e.g., name or address). Do not use AI tools to
|
123 |
-
|
124 |
-
β If you encounter any technical issues, please let us know. It might sometimes take 30 seconds or more to generate a response, so please be patient.
|
125 |
|
126 |
-
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Use the *Submit Interaction* button to get your chatbot word**
|
127 |
-
|
128 |
{"π **All done! Please enter your WORD in the survey and press *Next*.**" if st.session_state.inserted > 1 else ""}
|
129 |
""")
|
130 |
if st.session_state.gotit == False or st.session_state.submitted == False:
|
|
|
114 |
|
115 |
st.success("Ask, request, or talk to the chatbot about something you consider **politically polarizing** or something that people from different US political parties might disagree about.", icon='π―')
|
116 |
|
117 |
+
st.markdown("π« Please avoid greetings and start the conversation with a question or a statement about a politically polarizing topic. Note: the chatbot's knowledge only goes up to early 2024.")
|
118 |
|
119 |
st.markdown(f"""
|
120 |
+
{"β" if st.session_state.inserted > 1 else "β"} **Step 3. Use the *Submit Interaction* button to get your chatbot word**
|
121 |
+
|
122 |
β οΈ You must respond **at least 5 times** before you will see a *Submit Interaction* button. You can continue before submitting, but **you must Submit Interaction and enter your chatbot word to proceed with the survey**.
|
123 |
|
124 |
+
β Do not share any personal information (e.g., name or address). Do not use AI tools to write your responses. If you encounter any technical issues, please let us know. It might sometimes take 30 seconds or more to generate a response, so please be patient.
|
|
|
|
|
125 |
|
|
|
|
|
126 |
{"π **All done! Please enter your WORD in the survey and press *Next*.**" if st.session_state.inserted > 1 else ""}
|
127 |
""")
|
128 |
if st.session_state.gotit == False or st.session_state.submitted == False:
|