Anne31415 commited on
Commit
4682a4e
·
verified ·
1 Parent(s): af8c165

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ def page1():
205
  st.error("File not found. Please check the file path.")
206
  return
207
 
208
- VectorStore = load_vector_store(pdf_path, "KH_Reform_2301", force_reload=True)
209
 
210
  display_chat_history(st.session_state['chat_history_page1'])
211
 
 
205
  st.error("File not found. Please check the file path.")
206
  return
207
 
208
+ VectorStore = load_vector_store(pdf_path, "KH_Reform_2301", force_reload=False)
209
 
210
  display_chat_history(st.session_state['chat_history_page1'])
211