Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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 = []
|