Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -340,7 +340,7 @@ dataset_comparison = pd.DataFrame(
|
|
340 |
}
|
341 |
)
|
342 |
|
343 |
-
table_html =
|
344 |
table_div = Div(NotStr(table_html), style="margin: 40px;")
|
345 |
|
346 |
|
|
|
340 |
}
|
341 |
)
|
342 |
|
343 |
+
table_html = dataset_comparison.to_html(index=False, border=0)
|
344 |
table_div = Div(NotStr(table_html), style="margin: 40px;")
|
345 |
|
346 |
|