CarisMu commited on
Commit
82df62a
1 Parent(s): 2d4ad39

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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: 5px auto; width: 100%; max-width: 100%; text-align: left; overflow-x: auto; align: center;"
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