CarisMu commited on
Commit
e6772a6
1 Parent(s): dc928e2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -770,7 +770,7 @@ styled_table = (
770
 
771
  table_html_data = styled_table._repr_html_()
772
  # table_html_data = dataset_sources.to_html(index=False, border=0)
773
- table_div_data = Div(NotStr(table_html_data), style="margin: 40px; align: center;")
774
 
775
 
776
  @app.get("/intro")
 
770
 
771
  table_html_data = styled_table._repr_html_()
772
  # table_html_data = dataset_sources.to_html(index=False, border=0)
773
+ table_div_data = Div(NotStr(table_html_data), style="margin-left: auto; margin-right: auto; width: 80%; align: center;")
774
 
775
 
776
  @app.get("/intro")