Update app.py
Browse files
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"):
|