Yara Kyrychenko commited on
Commit
2c98382
Β·
1 Parent(s): 44eb616

add message

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -106,10 +106,10 @@ with st.sidebar:
106
  st.markdown(f"""
107
  {"β˜‘" if st.session_state.submitted else "☐"} **Step 1. Complete a form**
108
 
109
- {"β˜‘" if len(st.session_state.messages) > 0 else "☐"} **Step 2. Type in the chat box to start a conversation**
110
-
111
- 🎯 Ask, request, or talk to the model about something that you consider politically polarizing or something that people from different US political parties would disagree about it.
112
-
113
  ❗ Do not share any personal information (e.g., name or address). Do not use AI tools to generate your responses; write them yourself.
114
 
115
  ⚠️ You must respond **at least 5 times** before you will see a *Finish* button. You can continue before submitting, but **you must finish and enter your chatbot code into the survey to recieve compensation**.
 
106
  st.markdown(f"""
107
  {"β˜‘" if st.session_state.submitted else "☐"} **Step 1. Complete a form**
108
 
109
+ {"β˜‘" if len(st.session_state.messages) > 0 else "☐"} **Step 2. Type in the chat box to start a conversation**""")
110
+ st.warning("Ask, request, or talk to the model about something that you consider politically polarizing or something that people from different US political parties would disagree about it.", icon='🎯', width="stretch")
111
+
112
+ st.markdown(f"""
113
  ❗ Do not share any personal information (e.g., name or address). Do not use AI tools to generate your responses; write them yourself.
114
 
115
  ⚠️ You must respond **at least 5 times** before you will see a *Finish* button. You can continue before submitting, but **you must finish and enter your chatbot code into the survey to recieve compensation**.