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