valeriylo commited on
Commit
ba83614
·
1 Parent(s): 0f8d3fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ def handle_userinput(user_question):
90
  else:
91
  st.write(bot_template.replace(
92
  "{{MSG}}", message.content), unsafe_allow_html=True)
93
- st.write(bot_template.replace(
94
- "{{MSG}}", str(text[0])), unsafe_allow_html=True)
95
 
96
 
97
 
 
90
  else:
91
  st.write(bot_template.replace(
92
  "{{MSG}}", message.content), unsafe_allow_html=True)
93
+ #st.write(bot_template.replace(
94
+ # "{{MSG}}", str(text[0])), unsafe_allow_html=True)
95
 
96
 
97