Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -442,12 +442,12 @@ def main():
|
|
| 442 |
init_user_session()
|
| 443 |
|
| 444 |
st.set_page_config(
|
| 445 |
-
page_title="
|
| 446 |
page_icon="📚",
|
| 447 |
layout="wide"
|
| 448 |
)
|
| 449 |
|
| 450 |
-
st.title("📚
|
| 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:
|