Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1249,7 +1249,7 @@ def create_html_report(df, file=None, task=None, opts=(), progress=gr.Progress(t
|
|
1249 |
report_table = pn.widgets.Tabulator(
|
1250 |
df_html, formatters=formatters,
|
1251 |
frozen_columns=[col for col in df_html.columns if col in [
|
1252 |
-
'Target ID', 'Compound ID', 'Compound'
|
1253 |
]],
|
1254 |
disabled=True, sizing_mode='stretch_both', pagination='local', page_size=30)
|
1255 |
|
|
|
1249 |
report_table = pn.widgets.Tabulator(
|
1250 |
df_html, formatters=formatters,
|
1251 |
frozen_columns=[col for col in df_html.columns if col in [
|
1252 |
+
'Target ID', 'Compound ID', 'Compound'
|
1253 |
]],
|
1254 |
disabled=True, sizing_mode='stretch_both', pagination='local', page_size=30)
|
1255 |
|