ngcanh commited on
Commit
cc17a84
·
verified ·
1 Parent(s): a33df2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ Please provide a helpful response based on the insurance document content above.
114
 
115
  def main():
116
  st.set_page_config(page_title="Chatbot tư vấn của công ty bảo hiểm nhân thọ MB Ageas Life", page_icon="🛡️", layout="wide")
117
- # st.title("🛡️ Chatbot tư vấn bảo hiểm của công ty bảo hiểm nhân thọ MB Ageas Life")
118
  # Initialize chatbot
119
  if 'chatbot' not in st.session_state:
120
  st.session_state.chatbot = PDFChatbot()
 
114
 
115
  def main():
116
  st.set_page_config(page_title="Chatbot tư vấn của công ty bảo hiểm nhân thọ MB Ageas Life", page_icon="🛡️", layout="wide")
117
+ st.title("🛡️ Chatbot tư vấn bảo hiểm của công ty bảo hiểm nhân thọ MB Ageas Life")
118
  # Initialize chatbot
119
  if 'chatbot' not in st.session_state:
120
  st.session_state.chatbot = PDFChatbot()