From 7cd51f13d8632764ef57bdab78a8f41bb9c5477b Mon Sep 17 00:00:00 2001 From: langchain <2651932924@qq.com> Date: Fri, 16 Jan 2026 06:20:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6866362..49476a6 100644 --- a/app.py +++ b/app.py @@ -19,7 +19,7 @@ st.set_page_config( ) # 应用标题 -st.title("🎈 Streamlit 示例应用") +st.title("🎈 Streamlit 演示应用") st.markdown("这是一个展示 Streamlit 各种功能的示例应用。") # 侧边栏