Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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 |
|