saad177 commited on
Commit
ca9891a
1 Parent(s): e80d1dd

fix layout size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
  with gr.Accordion("See model explanability", open=False):
63
  with gr.Row():
64
  with gr.Column():
65
- waterfall_plot = gr.Plot(container=True)
66
  with gr.Row():
67
  with gr.Column():
68
  plotttt = gr.Plot()
 
62
  with gr.Accordion("See model explanability", open=False):
63
  with gr.Row():
64
  with gr.Column():
65
+ waterfall_plot = gr.Plot()
66
  with gr.Row():
67
  with gr.Column():
68
  plotttt = gr.Plot()