Molbap HF Staff commited on
Commit
dd6a0b2
·
verified ·
1 Parent(s): 2eb5290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -686,7 +686,7 @@ hr { border: 0; border-top: 1px solid var(--border-color); margin: 2rem 0; }
686
 
687
  """
688
 
689
- with gr.Blocks(css=CSS, fill_height=True, title="Interactive Blog — Transformers Feature Showcase") as demo
690
  gr.HTML(HLJS)
691
  gr.HTML("<h1>Transformers Feature Showcase</h1><p>Interactive, scrollable demo.</p>")
692
  with gr.Row(elem_id="layout"):
 
686
 
687
  """
688
 
689
+ with gr.Blocks(css=CSS, fill_height=True, title="Interactive Blog — Transformers Feature Showcase") as demo:
690
  gr.HTML(HLJS)
691
  gr.HTML("<h1>Transformers Feature Showcase</h1><p>Interactive, scrollable demo.</p>")
692
  with gr.Row(elem_id="layout"):