Coloring commited on
Commit
98b0786
·
verified ·
1 Parent(s): 59f434a

Update app.py

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