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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -81,6 +81,8 @@ def handle_userinput(user_question):
81
 
82
  st.session_state.retrieved_text = response['source_documents'][0]
83
 
 
 
84
  for i, (message, text) in enumerate(zip(st.session_state.chat_history, st.session_state.retrieved_text)):
85
  if i % 2 == 0:
86
  st.write(user_template.replace(
 
81
 
82
  st.session_state.retrieved_text = response['source_documents'][0]
83
 
84
+ print(response['source_documents'][0])
85
+
86
  for i, (message, text) in enumerate(zip(st.session_state.chat_history, st.session_state.retrieved_text)):
87
  if i % 2 == 0:
88
  st.write(user_template.replace(