Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ with gr.Blocks() as block:
|
|
| 72 |
visible=True,
|
| 73 |
elem_classes="custom-dataframe",
|
| 74 |
max_height=2400,
|
| 75 |
-
column_widths=["300px", "120px"] + ["
|
| 76 |
)
|
| 77 |
|
| 78 |
refresh_button = gr.Button("Refresh")
|
|
|
|
| 72 |
visible=True,
|
| 73 |
elem_classes="custom-dataframe",
|
| 74 |
max_height=2400,
|
| 75 |
+
column_widths=["300px", "120px"] + ["130px"] * (len(COLUMN_NAMES) - 2),
|
| 76 |
)
|
| 77 |
|
| 78 |
refresh_button = gr.Button("Refresh")
|