fffiloni commited on
Commit
03e0e2d
โ€ข
1 Parent(s): bfa508b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ article = """
150
 
151
  """
152
 
153
- with gr.Blocks(css=css) as demo:
154
  with gr.Column(elem_id="col-container"):
155
  gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
156
  <div
 
150
 
151
  """
152
 
153
+ with gr.Blocks(css="style.css") as demo:
154
  with gr.Column(elem_id="col-container"):
155
  gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
156
  <div