Apiarist Dev commited on
Commit ·
e4f30a9
1
Parent(s): c11bda6
ui: fill_width=True so layout uses full width (capped at 1600px via css)
Browse files
app.py
CHANGED
|
@@ -816,7 +816,7 @@ def build_ui() -> gr.Blocks:
|
|
| 816 |
db.init_db()
|
| 817 |
_seed_sample_data()
|
| 818 |
|
| 819 |
-
with gr.Blocks(title="Apiarist - Hive Frame Inspector") as app:
|
| 820 |
gr.HTML(
|
| 821 |
"""
|
| 822 |
<div id="apiarist-hero">
|
|
|
|
| 816 |
db.init_db()
|
| 817 |
_seed_sample_data()
|
| 818 |
|
| 819 |
+
with gr.Blocks(title="Apiarist - Hive Frame Inspector", fill_width=True) as app:
|
| 820 |
gr.HTML(
|
| 821 |
"""
|
| 822 |
<div id="apiarist-hero">
|