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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ Please provide a helpful response based on the insurance document content above.
113
  return bot_response
114
 
115
  def main():
116
- # st.set_page_config(page_title="Chatbot t", 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()
 
113
  return bot_response
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()