victormiller commited on
Commit
3ed48b8
1 Parent(s): 6475c3e

Update curated.py

Browse files
Files changed (1) hide show
  1. curated.py +1 -1
curated.py CHANGED
@@ -431,7 +431,7 @@ s2o_filter = pd.DataFrame(
431
  )
432
 
433
  table_html_s2o = s2o_filter.to_html(index=False, border=0)
434
- table_div_s2o = Div(NotStr(table_html_s2o), style="margin-left: auto; width: 80%; align: center;")
435
 
436
  med_filter = pd.DataFrame(
437
  {
 
431
  )
432
 
433
  table_html_s2o = s2o_filter.to_html(index=False, border=0)
434
+ table_div_s2o = Div(NotStr(table_html_s2o))
435
 
436
  med_filter = pd.DataFrame(
437
  {