david-oplatka commited on
Commit
84a3a3a
·
verified ·
1 Parent(s): 4e3a13d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def launch_bot():
73
  st.markdown("---")
74
 
75
 
76
- st.markdown(f"<center> <h2> Vectara chat demo: {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():
 
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():