Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -478,6 +478,7 @@ with gr.Blocks(css=css, js=js, fill_width=True) as demo:
|
|
478 |
# Left Column
|
479 |
with antd.Col(md=dict(flex="0 0 260px", span=24, order=0),
|
480 |
span=0,
|
|
|
481 |
order=1):
|
482 |
with ms.Div(elem_classes="chatbot-conversations"):
|
483 |
with antd.Flex(vertical=True,
|
|
|
478 |
# Left Column
|
479 |
with antd.Col(md=dict(flex="0 0 260px", span=24, order=0),
|
480 |
span=0,
|
481 |
+
elem_style=dict(width=0),
|
482 |
order=1):
|
483 |
with ms.Div(elem_classes="chatbot-conversations"):
|
484 |
with antd.Flex(vertical=True,
|