YaraKyrychenko commited on
Commit
8a1c797
·
verified ·
1 Parent(s): 0aa894f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",