sasha HF staff commited on
Commit
296b387
β€’
1 Parent(s): 73b1941

trying column width

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -177,11 +177,11 @@ with demo:
177
  with gr.Column():
178
  table = gr.Dataframe(get_model_names('question_answering.csv'), datatype="markdown")
179
 
180
- with gr.TabItem("Overall"):
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):
 
177
  with gr.Column():
178
  table = gr.Dataframe(get_model_names('question_answering.csv'), datatype="markdown")
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):