Mike0021 commited on
Commit
b24d1f6
·
verified ·
1 Parent(s): ced704d

Remove newer Blocks width arg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, fill_width=True, 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(
 
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(