Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -582,7 +582,7 @@ table_html = styled_table._repr_html_()
|
|
582 |
# new_table_div_1 = Div(NotStr(table_html), style="margin: 40px;")
|
583 |
new_table_div_1 = Div(
|
584 |
NotStr(table_html),
|
585 |
-
style="margin:
|
586 |
)
|
587 |
|
588 |
|
@@ -872,7 +872,7 @@ table_html_data = styled_table._repr_html_()
|
|
872 |
# Wrap the table in a Div, ensuring it is centered
|
873 |
table_div_data = Div(
|
874 |
NotStr(table_html_data),
|
875 |
-
style="margin:
|
876 |
)
|
877 |
|
878 |
|
|
|
582 |
# new_table_div_1 = Div(NotStr(table_html), style="margin: 40px;")
|
583 |
new_table_div_1 = Div(
|
584 |
NotStr(table_html),
|
585 |
+
style="margin: 5px auto; width: 100%; max-width: 100%; text-align: left; overflow-x: auto; align: center;"
|
586 |
)
|
587 |
|
588 |
|
|
|
872 |
# Wrap the table in a Div, ensuring it is centered
|
873 |
table_div_data = Div(
|
874 |
NotStr(table_html_data),
|
875 |
+
style="margin-left: auto; width: 90%; max-width: 100%; text-align: center; align: center; overflow-x: auto;"
|
876 |
)
|
877 |
|
878 |
|