CarisMu commited on
Commit
b7ea9e4
1 Parent(s): d55cf35

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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", "auto"), ("margin-right", "auto"), ("width", "80%")]}, # Center the table and adjust width
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