Yara Kyrychenko
commited on
Commit
Β·
2c98382
1
Parent(s):
44eb616
add message
Browse files
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 |
-
|
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**.
|