AndresAlejandro commited on
Commit
ccfdcf9
1 Parent(s): 8b4f0b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -320,11 +320,15 @@ class GradioInference:
320
  )
321
 
322
 
 
 
 
 
323
  gio = GradioInference()
324
  title = "YouTube Insights"
325
  description = "Your AI-powered video analytics tool"
326
 
327
- block = gr.Blocks()
328
 
329
  with block as demo:
330
  gr.HTML(
 
320
  )
321
 
322
 
323
+ theme = gr.themes.Base(
324
+ font=[gr.themes.GoogleFont('Poppins'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
325
+ )
326
+
327
  gio = GradioInference()
328
  title = "YouTube Insights"
329
  description = "Your AI-powered video analytics tool"
330
 
331
+ block = gr.Blocks(theme=theme)
332
 
333
  with block as demo:
334
  gr.HTML(