piekenius123 commited on
Commit
8ae8edc
·
verified ·
1 Parent(s): acff422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -329,6 +329,8 @@ def on_find_id(repo_path: str, query_id: str, size_str: str):
329
  # UI (styled)
330
  # -------------------------
331
  CSS = """
 
 
332
  /* 全局:页面居中 + 不要铺满 */
333
  .gradio-container { max-width: 1200px !important; margin: 0 auto !important; }
334
 
 
329
  # UI (styled)
330
  # -------------------------
331
  CSS = """
332
+ /* 使用系统默认字体 */
333
+ .gradio-container { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
334
  /* 全局:页面居中 + 不要铺满 */
335
  .gradio-container { max-width: 1200px !important; margin: 0 auto !important; }
336