ArturG9 commited on
Commit
98533b7
1 Parent(s): 922d7c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def main():
79
 
80
  if "messages" not in st.session_state:
81
  st.session_state["messages"] = [
82
- {"role": "assistant", "content": "Hi, I'm a chatbot who can search the web. How can I help you?"}
83
  ]
84
 
85
  for msg in st.session_state.messages:
 
79
 
80
  if "messages" not in st.session_state:
81
  st.session_state["messages"] = [
82
+ {"role": "assistant", "content": "Hi, I'm a chatbot who is based on lithuanian law documents. How can I help you?"}
83
  ]
84
 
85
  for msg in st.session_state.messages: