Jellyfish042 commited on
Commit
618188b
1 Parent(s): 5cd2be1
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -310,8 +310,10 @@ with gr.Blocks(css=css) as demo:
310
  choices=get_unique_column_names(all_data),
311
  value=get_unique_column_names(all_data))
312
 
313
- table = gr.Dataframe(initial_data, column_widths=[125, 50, 50, 35, 35, 35, 35, 35, 35, 35], wrap=True,
314
- height=750)
 
 
315
 
316
  period_selector.change(update_table,
317
  inputs=[period_selector, model_selector, metric_selector, colfilter, color_selector],
 
310
  choices=get_unique_column_names(all_data),
311
  value=get_unique_column_names(all_data))
312
 
313
+ table = gr.Dataframe(initial_data, column_widths=[130, 60, 60, 35, 35, 35, 35, 35, 35, 35],
314
+ wrap=True,
315
+ height=800
316
+ )
317
 
318
  period_selector.change(update_table,
319
  inputs=[period_selector, model_selector, metric_selector, colfilter, color_selector],