Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -762,7 +762,7 @@ styled_table = (
|
|
762 |
.set_properties(**{"text-align": "center"}) # Center the text in all cells
|
763 |
.set_table_styles(
|
764 |
[
|
765 |
-
{"selector": "table", "props": [("margin-left", "
|
766 |
]
|
767 |
)
|
768 |
.hide(axis="index") # Hide the row index
|
|
|
762 |
.set_properties(**{"text-align": "center"}) # Center the text in all cells
|
763 |
.set_table_styles(
|
764 |
[
|
765 |
+
{"selector": "table", "props": [("margin-left", "20%"), ("margin-right", "auto"), ("width", "100%")]}, # Center the table and adjust width
|
766 |
]
|
767 |
)
|
768 |
.hide(axis="index") # Hide the row index
|