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