Update app.py
Browse files
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
|
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)
|