Update app.py
Browse files
app.py
CHANGED
|
@@ -90,6 +90,8 @@ def handle_userinput(user_question):
|
|
| 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 |
for n in enumerate(st.session_state.retrieved_text):
|
| 95 |
st.write(response['source_documents'][n])
|
|
|
|
| 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 |
|
| 96 |
for n in enumerate(st.session_state.retrieved_text):
|
| 97 |
st.write(response['source_documents'][n])
|