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