Spaces:
Running
Running
victormiller
commited on
Commit
•
76bf8ef
1
Parent(s):
d50754e
Update main.py
Browse files
main.py
CHANGED
@@ -780,7 +780,7 @@ styled_table = dataset_sources.style.apply(
|
|
780 |
|
781 |
table_html_data = styled_table._repr_html_()
|
782 |
# table_html_data = dataset_sources.to_html(index=False, border=0)
|
783 |
-
table_div_data = Div(NotStr(table_html_data), style="margin: 40px;")
|
784 |
|
785 |
|
786 |
@app.get("/intro")
|
|
|
780 |
|
781 |
table_html_data = styled_table._repr_html_()
|
782 |
# table_html_data = dataset_sources.to_html(index=False, border=0)
|
783 |
+
table_div_data = Div(NotStr(table_html_data), style="margin: 40px; align: center;")
|
784 |
|
785 |
|
786 |
@app.get("/intro")
|