Spaces:
Runtime error
Runtime error
fix layout size
Browse files
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.
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|