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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,11 +49,11 @@ def chat_chain(vectorstore):
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 = []
 
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 Technologies 🛣️")
57
 
58
  if "chat_history" not in st.session_state:
59
  st.session_state.chat_history = []