Spaces:
Running
Running
victormiller
commited on
Commit
•
ce74d5a
1
Parent(s):
84ec919
Update results.py
Browse files- results.py +1 -1
results.py
CHANGED
@@ -749,7 +749,7 @@ dataset_comparison = pd.DataFrame(
|
|
749 |
)
|
750 |
|
751 |
table_html = dataset_comparison.to_html(index=False, border=0)
|
752 |
-
table_div_1 = Div(
|
753 |
|
754 |
intro_div = Div(
|
755 |
H2("TxT360 Results"),
|
|
|
749 |
)
|
750 |
|
751 |
table_html = dataset_comparison.to_html(index=False, border=0)
|
752 |
+
table_div_1 = Div(NotStr(table_html), style="margin: 40px;")
|
753 |
|
754 |
intro_div = Div(
|
755 |
H2("TxT360 Results"),
|