michal commited on
Commit
89b3f1c
·
1 Parent(s): 0b7bf42
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with main:
89
  datatype=DATA_TYPES_LDEK,
90
  interactive=False,
91
  visible=True,
92
- # column_widths=[400] + [155] * 23
93
  )
94
  def update_dataframe(selected_columns):
95
  return filter_columns_ldek(selected_columns)
 
89
  datatype=DATA_TYPES_LDEK,
90
  interactive=False,
91
  visible=True,
92
+ column_widths=[400] + [170] + [155] * 22
93
  )
94
  def update_dataframe(selected_columns):
95
  return filter_columns_ldek(selected_columns)