fmegahed commited on
Commit
bc89d99
·
verified ·
1 Parent(s): 50d581a

Updated gradio theme issue in the app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ def build_app():
401
  c600="#b01228", c700="#8B0E1E", c800="#6e0b18",
402
  c900="#5c0d17", c950="#33040a",
403
  ),
404
- font=["Inter", "ui-sans-serif", "system-ui", "sans-serif"],
405
  )
406
 
407
  with gr.Blocks(
 
401
  c600="#b01228", c700="#8B0E1E", c800="#6e0b18",
402
  c900="#5c0d17", c950="#33040a",
403
  ),
404
+ font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui", "sans-serif"],
405
  )
406
 
407
  with gr.Blocks(