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

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"] + ["130px"] * (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"] + ["140px"] * (len(COLUMN_NAMES) - 2),
76
  )
77
 
78
  refresh_button = gr.Button("Refresh")