ArturG9 commited on
Commit
96515be
·
verified ·
1 Parent(s): 9ae7fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,11 +94,11 @@ def main():
94
 
95
  if "messages" not in st.session_state:
96
  st.session_state["messages"] = [
97
- {"role": "assistant", "content": "Hi, I'm a chatbot who can search the web. How can I help you?"}
98
  ]
99
 
100
 
101
- st.set_page_config(page_title="Chat with multiple PDFs",
102
  page_icon=":books:")
103
  st.write(css, unsafe_allow_html=True)
104
 
 
94
 
95
  if "messages" not in st.session_state:
96
  st.session_state["messages"] = [
97
+ {"role": "assistant", "content": "Hi, I'm a chatbot who is based on respublic of Lithuania law documents. How can I help you?"}
98
  ]
99
 
100
 
101
+ st.set_page_config(page_title="Lithuanian law documents RAG QA BOT ",
102
  page_icon=":books:")
103
  st.write(css, unsafe_allow_html=True)
104