import streamlit as st def inject_global_theme(): """注入全局 CSS 主题,极简克制的样式优化""" st.markdown( """ """, unsafe_allow_html=True, )