CarisMu commited on
Commit
afa4991
1 Parent(s): 03d5b12

Update main.py

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