MatheusHRV commited on
Commit
96afccc
1 Parent(s): cdb0427

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.header("IPE Chatbot")
17
 
18
  if "sessionMessages" not in st.session_state:
19
  st.session_state.sessionMessages = [
20
- SystemMessage(content="You are a helpful assistant.")
21
  ]
22
 
23
 
 
17
 
18
  if "sessionMessages" not in st.session_state:
19
  st.session_state.sessionMessages = [
20
+ SystemMessage(content="You are customer support chatbot from a website.")
21
  ]
22
 
23