Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ st.info("Check out more info on the complete HUD Audit Guide at the official [we
|
|
15 |
|
16 |
if "messages" not in st.session_state.keys(): # Initialize the chat messages history
|
17 |
st.session_state.messages = [
|
18 |
-
{"role": "assistant", "content": "Ask me a question about the HUD Audit Guide - Chapter 6 - Ginnie Mae Issuers of Mortgage-Backed Securities Audit Guidance!"}
|
19 |
]
|
20 |
|
21 |
@st.cache_resource(show_spinner=False)
|
|
|
15 |
|
16 |
if "messages" not in st.session_state.keys(): # Initialize the chat messages history
|
17 |
st.session_state.messages = [
|
18 |
+
{"role": "assistant", "content": "Ask me a question about the HUD Audit Guide - Chapter 6 - Ginnie Mae Issuers of Mortgage-Backed Securities Audit Guidance! Do not enter any non-public information."}
|
19 |
]
|
20 |
|
21 |
@st.cache_resource(show_spinner=False)
|