Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def handle_userinput(user_question):
|
|
89 |
st.write(bot_template.replace(
|
90 |
"{{MSG}}", message.content), unsafe_allow_html=True)
|
91 |
st.write(bot_template.replace(
|
92 |
-
"{{MSG}}", str(text[1].page_content
|
93 |
|
94 |
|
95 |
|
|
|
89 |
st.write(bot_template.replace(
|
90 |
"{{MSG}}", message.content), unsafe_allow_html=True)
|
91 |
st.write(bot_template.replace(
|
92 |
+
"{{MSG}}", str(text[1].page_content)), unsafe_allow_html=True)
|
93 |
|
94 |
|
95 |
|