SunderAli17 commited on
Commit
b476220
·
verified ·
1 Parent(s): 4557f66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ examples = [
144
  "An astronaut riding a green horse",
145
  ]
146
 
147
- theme = gr.themes.Base(
148
- font=[gr.themes.GoogleFont('Libre Franklin'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
149
  )
150
  js_func = """
151
  function refresh() {
 
144
  "An astronaut riding a green horse",
145
  ]
146
 
147
+ theme = gr.themes.Soft(
148
+ font=[gr.themes.GoogleFont('Dancing Script'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
149
  )
150
  js_func = """
151
  function refresh() {