Spaces:
Running
Running
Jellyfish042
commited on
Commit
•
fbb1c3f
1
Parent(s):
68fabe5
update
Browse files
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=[
|
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=[125, 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],
|