Jellyfish042 commited on
Commit
68fabe5
1 Parent(s): cc8a66b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks(css=css) as demo:
275
  choices=get_unique_column_names(all_data),
276
  value=get_unique_column_names(all_data))
277
 
278
- table = gr.Dataframe(initial_data, column_widths=[110, 35, 35, 35, 35, 35, 35, 35, 35, 35], wrap=True)
279
 
280
  period_selector.change(update_table,
281
  inputs=[period_selector, model_selector, metric_selector, colfilter, color_selector],
 
275
  choices=get_unique_column_names(all_data),
276
  value=get_unique_column_names(all_data))
277
 
278
+ table = gr.Dataframe(initial_data, column_widths=[110, 50, 50, 35, 35, 35, 35, 35, 35, 35], wrap=True)
279
 
280
  period_selector.change(update_table,
281
  inputs=[period_selector, model_selector, metric_selector, colfilter, color_selector],