Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -770,7 +770,7 @@ styled_table = (
|
|
| 770 |
|
| 771 |
table_html_data = styled_table._repr_html_()
|
| 772 |
# table_html_data = dataset_sources.to_html(index=False, border=0)
|
| 773 |
-
table_div_data = Div(NotStr(table_html_data), style="margin-left: auto;
|
| 774 |
|
| 775 |
|
| 776 |
@app.get("/intro")
|
|
|
|
| 770 |
|
| 771 |
table_html_data = styled_table._repr_html_()
|
| 772 |
# table_html_data = dataset_sources.to_html(index=False, border=0)
|
| 773 |
+
table_div_data = Div(NotStr(table_html_data), style="margin-left: auto; width: 80%; align: center;")
|
| 774 |
|
| 775 |
|
| 776 |
@app.get("/intro")
|