valeriylo commited on
Commit
c7c736f
1 Parent(s): b9e42d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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])), unsafe_allow_html=True)
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