Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -43,7 +43,7 @@ if 'rag_current_file_key' not in st.session_state:
|
|
| 43 |
st.session_state.rag_current_file_key = None
|
| 44 |
if 'batch_current_file_key' not in st.session_state:
|
| 45 |
st.session_state.batch_current_file_key = None
|
| 46 |
-
if 'vector_store' not in st.session_state:
|
| 47 |
st.session_state.vector_store = None
|
| 48 |
if 'json_data_for_batch' not in st.session_state:
|
| 49 |
st.session_state.json_data_for_batch = None # 保持 None,因為可能檔案沒上傳
|
|
|
|
| 43 |
st.session_state.rag_current_file_key = None
|
| 44 |
if 'batch_current_file_key' not in st.session_state:
|
| 45 |
st.session_state.batch_current_file_key = None
|
| 46 |
+
if 'vector_store' not in st.session_state:
|
| 47 |
st.session_state.vector_store = None
|
| 48 |
if 'json_data_for_batch' not in st.session_state:
|
| 49 |
st.session_state.json_data_for_batch = None # 保持 None,因為可能檔案沒上傳
|