From c77b2512132f7baf9d46701e38e8f15250982cd0 Mon Sep 17 00:00:00 2001 From: linyq Date: Wed, 19 Nov 2025 20:39:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 300650f..248b6f5 100644 --- a/webui.py +++ b/webui.py @@ -26,7 +26,7 @@ st.set_page_config( # 设置页面样式 hide_streamlit_style = """ - + """ st.markdown(hide_streamlit_style, unsafe_allow_html=True)