prathamt commited on
Commit
4e9085b
·
verified ·
1 Parent(s): 58b5a99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Glass(
73
  font=[
74
- gr.themes.GoogleFont("Kode Mono"),
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
  ]