Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def launch_bot():
|
|
73 |
st.markdown("---")
|
74 |
|
75 |
|
76 |
-
st.markdown(f"<center> <h2> Vectara
|
77 |
# st.markdown(f"<center> <h4> {cfg.description} </h4> </center>", unsafe_allow_html=True)
|
78 |
|
79 |
if "messages" not in st.session_state.keys():
|
|
|
73 |
st.markdown("---")
|
74 |
|
75 |
|
76 |
+
st.markdown(f"<center> <h2> Vectara AI Assistant: {cfg.title} </h2> </center>", unsafe_allow_html=True)
|
77 |
# st.markdown(f"<center> <h4> {cfg.description} </h4> </center>", unsafe_allow_html=True)
|
78 |
|
79 |
if "messages" not in st.session_state.keys():
|