ss900371tw commited on
Commit
5ec4308
·
verified ·
1 Parent(s): 467bd0f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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: