BedfordD commited on
Commit
d61ed87
Β·
1 Parent(s): eaab58d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.header("Chat with the Streamlit docs πŸ’¬ πŸ“š")
10
 
11
  if "messages" not in st.session_state.keys(): # Initialize the chat message history
12
  st.session_state.messages = [
13
- {"role": "assistant", "content": "Ask me a question about Streamlit's open-source Python library!"}
14
  ]
15
 
16
  @st.cache_resource(show_spinner=False)
 
10
 
11
  if "messages" not in st.session_state.keys(): # Initialize the chat message history
12
  st.session_state.messages = [
13
+ {"role": "assistant", "content": "Ask me a question about the decision by the UK Supreme Court in McDonald v Kensington"}
14
  ]
15
 
16
  @st.cache_resource(show_spinner=False)