Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,12 +48,12 @@ def chat_chain(vectorstore):
|
|
48 |
|
49 |
|
50 |
st.set_page_config(
|
51 |
-
page_title="
|
52 |
page_icon = "π",
|
53 |
layout="centered"
|
54 |
)
|
55 |
|
56 |
-
st.title("π
|
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 = []
|