AlanOC commited on
Commit
f979c53
1 Parent(s): c107d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -536,7 +536,7 @@ def chat_page():
536
  # Process the query and get the response
537
  with st.spinner('Thinking...'):
538
  response = ask_alans_ai(message, vectordb, st.session_state.chat_history, pdf_qa)
539
-
540
 
541
 
542
  # Container for chat messages
@@ -558,7 +558,7 @@ def chat_page():
558
  <span>{answer}</span>
559
  </div>
560
  """, unsafe_allow_html=True)
561
- # print(filenames)
562
 
563
  # Add some empty space at the end of the chat history
564
  for _ in range(50): # Adjust the range to increase or decrease the space
 
536
  # Process the query and get the response
537
  with st.spinner('Thinking...'):
538
  response = ask_alans_ai(message, vectordb, st.session_state.chat_history, pdf_qa)
539
+ st.write(combine_docs_chain_kwargs)
540
 
541
 
542
  # Container for chat messages
 
558
  <span>{answer}</span>
559
  </div>
560
  """, unsafe_allow_html=True)
561
+
562
 
563
  # Add some empty space at the end of the chat history
564
  for _ in range(50): # Adjust the range to increase or decrease the space