saad177 commited on
Commit
4be9ec7
1 Parent(s): ca2fd05

fix layout size

Browse files
Files changed (1) hide show
  1. app.py +10 -2
app.py CHANGED
@@ -63,8 +63,16 @@ with gr.Blocks() as demo:
63
  mean_plot = gr.Plot()
64
  with gr.Row():
65
  with gr.Accordion("See model explanability", open=False):
66
- with gr.Column():
67
- waterfall_plot = gr.Plot()
 
 
 
 
 
 
 
 
68
 
69
  def submit_inputs(
70
  age_input,
 
63
  mean_plot = gr.Plot()
64
  with gr.Row():
65
  with gr.Accordion("See model explanability", open=False):
66
+ with gr.Row():
67
+ with gr.Column():
68
+ waterfall_plot = gr.Plot()
69
+ with gr.Column():
70
+ ploott = gr.Plot()
71
+ with gr.Row():
72
+ with gr.Column():
73
+ plotttt = gr.Plot()
74
+ with gr.Column():
75
+ plottttttt = gr.Plot()
76
 
77
  def submit_inputs(
78
  age_input,