Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -456,7 +456,7 @@ if rag_uploaded_file:
|
|
| 456 |
elif 'vector_store' in st.session_state:
|
| 457 |
del st.session_state.vector_store
|
| 458 |
del st.session_state.rag_current_file_key
|
| 459 |
-
st.info("目前沒有 RAG 檔案,你可以上傳
|
| 460 |
|
| 461 |
# === 檔案處理區塊 (批量分析檔案 - **已更新** ) ===
|
| 462 |
if batch_uploaded_file:
|
|
|
|
| 456 |
elif 'vector_store' in st.session_state:
|
| 457 |
del st.session_state.vector_store
|
| 458 |
del st.session_state.rag_current_file_key
|
| 459 |
+
st.info("目前沒有 RAG 檔案,你可以上傳 RAG 作為參考知識庫。")
|
| 460 |
|
| 461 |
# === 檔案處理區塊 (批量分析檔案 - **已更新** ) ===
|
| 462 |
if batch_uploaded_file:
|