Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|