优化webui

This commit is contained in:
puke
2025-10-26 17:55:14 +08:00
committed by puke
parent 5acf0a53b6
commit 8c035f301d
4 changed files with 4 additions and 4 deletions

2
web.py
View File

@@ -355,7 +355,7 @@ def main():
# Top bar: Title + Language selector
col1, col2 = st.columns([4, 1])
with col1:
st.title(tr("app.title"))
st.markdown(f"<h3>{tr('app.title')}</h3>", unsafe_allow_html=True)
with col2:
render_language_selector()