Spaces:
Runtime error
Runtime error
Remove newer Blocks width arg
Browse files
app.py
CHANGED
|
@@ -1328,7 +1328,7 @@ def build_app() -> gr.Blocks:
|
|
| 1328 |
radius_size="sm",
|
| 1329 |
)
|
| 1330 |
|
| 1331 |
-
with gr.Blocks(title=APP_TITLE,
|
| 1332 |
with gr.Row(elem_id="ct-app", elem_classes=["ct-shell"]):
|
| 1333 |
with gr.Column(elem_classes=["ct-sidebar"], scale=0):
|
| 1334 |
gr.HTML(
|
|
|
|
| 1328 |
radius_size="sm",
|
| 1329 |
)
|
| 1330 |
|
| 1331 |
+
with gr.Blocks(title=APP_TITLE, theme=theme, css=CUSTOM_CSS) as demo:
|
| 1332 |
with gr.Row(elem_id="ct-app", elem_classes=["ct-shell"]):
|
| 1333 |
with gr.Column(elem_classes=["ct-sidebar"], scale=0):
|
| 1334 |
gr.HTML(
|