Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1305,7 +1305,7 @@ def create_html_report(df, file=None, task=None, opts=(), progress=gr.Progress(t
|
|
1305 |
frozen_columns=[
|
1306 |
'Index', 'Target ID', 'Compound ID', 'Compound'
|
1307 |
],
|
1308 |
-
disabled=True, sizing_mode='stretch_both', pagination='local', page_size=
|
1309 |
)
|
1310 |
|
1311 |
for i, col in enumerate(num_cols):
|
|
|
1305 |
frozen_columns=[
|
1306 |
'Index', 'Target ID', 'Compound ID', 'Compound'
|
1307 |
],
|
1308 |
+
disabled=True, sizing_mode='stretch_both', pagination='local', page_size=10
|
1309 |
)
|
1310 |
|
1311 |
for i, col in enumerate(num_cols):
|