sasha HF staff commited on
Commit
e8159e6
β€’
1 Parent(s): 296b387
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,9 +179,9 @@ with demo:
179
 
180
  with gr.TabItem("All Tasks πŸ’‘"):
181
  with gr.Row():
182
- with gr.Column(scale=2):
183
  plot = gr.Plot(get_all_plots)
184
- with gr.Column(scale=1):
185
  table = gr.Dataframe(get_all_model_names, datatype="markdown")
186
 
187
  with gr.Accordion("Methodology", open = False):
 
179
 
180
  with gr.TabItem("All Tasks πŸ’‘"):
181
  with gr.Row():
182
+ with gr.Column():
183
  plot = gr.Plot(get_all_plots)
184
+ with gr.Column():
185
  table = gr.Dataframe(get_all_model_names, datatype="markdown")
186
 
187
  with gr.Accordion("Methodology", open = False):