Spaces:
Running
Running
Updated gradio theme issue in the app.py
Browse files
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(
|