Spaces:
Running
Running
Update app.py (#4)
Browse files- Update app.py (98b0786f6bde98f69257e5d6a1c067c9fee07bfa)
Co-authored-by: Coloring <[email protected]>
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,
|