alijaanai commited on
Commit
3062640
Β·
verified Β·
1 Parent(s): e81c4cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,12 +48,12 @@ def chat_chain(vectorstore):
48
 
49
 
50
  st.set_page_config(
51
- page_title="Multi Doc Chat",
52
  page_icon = "πŸ“š",
53
  layout="centered"
54
  )
55
 
56
- st.title("πŸ“š Multi Documents Chatbot")
57
 
58
  if "chat_history" not in st.session_state:
59
  st.session_state.chat_history = []
 
48
 
49
 
50
  st.set_page_config(
51
+ page_title="Trimatrix Technology",
52
  page_icon = "πŸ“š",
53
  layout="centered"
54
  )
55
 
56
+ st.title("πŸ“š AI Travel Assistant TriMatrix Technology")
57
 
58
  if "chat_history" not in st.session_state:
59
  st.session_state.chat_history = []