valeriylo commited on
Commit
acd9548
1 Parent(s): dd8726e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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])