asitts commited on
Commit
d88fd55
1 Parent(s): a9c8b1d

Update app.py

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