wenhu commited on
Commit
3de7104
·
verified ·
1 Parent(s): b2ce2f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"] + ["160px"] * (len(COLUMN_NAMES) - 2),
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")