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 |
-
|
586 |
)
|
587 |
|
588 |
|
|
|
582 |
# new_table_div_1 = Div(NotStr(table_html), style="margin: 40px;")
|
583 |
new_table_div_1 = Div(
|
584 |
NotStr(table_html),
|
585 |
+
style="display: flex; justify-content: center; align-items: center; width: 100%; max-width: 100%; height: auto; overflow-x: auto;"
|
586 |
)
|
587 |
|
588 |
|