davanstrien HF staff commited on
Commit
96403e9
1 Parent(s): 30005a8

Add CSS styling to demo block

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ title = (
43
  )
44
 
45
 
46
- with gr.Blocks() as demo:
47
  gr.HTML(title)
48
  gr.HTML(
49
  """<p style='text-align: center;'>
 
43
  )
44
 
45
 
46
+ with gr.Blocks(css="style.css") as demo:
47
  gr.HTML(title)
48
  gr.HTML(
49
  """<p style='text-align: center;'>