smartTranscend commited on
Commit
76b5019
·
verified ·
1 Parent(s): 5d95f31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -442,12 +442,12 @@ def main():
442
  init_user_session()
443
 
444
  st.set_page_config(
445
- page_title="多用戶RAG問答系統",
446
  page_icon="📚",
447
  layout="wide"
448
  )
449
 
450
- st.title("📚 多用戶RAG智慧問答系統")
451
  st.caption("🔑 輸入你的 API Key → 上傳PDF → 建立索引 → 與文件對話")
452
 
453
  with st.sidebar:
 
442
  init_user_session()
443
 
444
  st.set_page_config(
445
+ page_title="專業PDF閱讀助手",
446
  page_icon="📚",
447
  layout="wide"
448
  )
449
 
450
+ st.title("📚 專業PDF閱讀助手")
451
  st.caption("🔑 輸入你的 API Key → 上傳PDF → 建立索引 → 與文件對話")
452
 
453
  with st.sidebar: