Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ if not st.session_state.setup and st.query_params.get("p") in CONDITIONS:
|
|
| 241 |
|
| 242 |
render_sidebar()
|
| 243 |
|
| 244 |
-
if st.session_state.setup and not st.session_state.messages:
|
| 245 |
st.success(
|
| 246 |
"Ask, request, or talk to the chatbot about something you consider "
|
| 247 |
"**politically polarizing** or something that people from different US political parties might disagree about.",
|
|
|
|
| 241 |
|
| 242 |
render_sidebar()
|
| 243 |
|
| 244 |
+
if st.session_state.setup and not st.session_state.messages and st.session_state.inserted == 0:
|
| 245 |
st.success(
|
| 246 |
"Ask, request, or talk to the chatbot about something you consider "
|
| 247 |
"**politically polarizing** or something that people from different US political parties might disagree about.",
|