Update app.py
Browse files
app.py
CHANGED
|
@@ -69,9 +69,9 @@ def solve_and_plot(a, b, c):
|
|
| 69 |
|
| 70 |
|
| 71 |
# -------- Theme with Google Font --------
|
| 72 |
-
theme = gr.themes.
|
| 73 |
font=[
|
| 74 |
-
gr.themes.GoogleFont("
|
| 75 |
"ui-sans-serif",
|
| 76 |
"system-ui"
|
| 77 |
]
|
|
|
|
| 69 |
|
| 70 |
|
| 71 |
# -------- Theme with Google Font --------
|
| 72 |
+
theme = gr.themes.Citrus(
|
| 73 |
font=[
|
| 74 |
+
gr.themes.GoogleFont("Libertinus Math"),
|
| 75 |
"ui-sans-serif",
|
| 76 |
"system-ui"
|
| 77 |
]
|