Yara Kyrychenko commited on
Commit
beefb94
Β·
1 Parent(s): d81b7f7

formatting fix

Browse files
Files changed (1) hide show
  1. app.py +4 -6
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("❗ 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
  ⚠️ 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 generate your responses; write them yourself.
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: