Spaces:
Sleeping
Sleeping
michal
commited on
Commit
·
89b3f1c
1
Parent(s):
0b7bf42
Upload
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with main:
|
|
89 |
datatype=DATA_TYPES_LDEK,
|
90 |
interactive=False,
|
91 |
visible=True,
|
92 |
-
|
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)
|