hmb HF Staff commited on
Commit
852316b
·
verified ·
1 Parent(s): 3bcb9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -214,7 +214,8 @@ with gr.Blocks(js=js_func, css="""
214
  show_row_numbers=True,
215
  show_search=True,
216
  show_fullscreen_button=True,
217
- pinned_columns=3
 
218
  )
219
 
220
  def process_country_filter(country, cost):
 
214
  show_row_numbers=True,
215
  show_search=True,
216
  show_fullscreen_button=True,
217
+ pinned_columns=3,
218
+ column_widths=[100, 100, 50]
219
  )
220
 
221
  def process_country_filter(country, cost):