valeriylo commited on
Commit
e026265
·
1 Parent(s): 859f917

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}}", ''.join(text)), 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[0])), unsafe_allow_html=True)
93
 
94
 
95