victormiller commited on
Commit
644d4a9
·
verified ·
1 Parent(s): 250590a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -340,7 +340,7 @@ dataset_comparison = pd.DataFrame(
340
  }
341
  )
342
 
343
- table_html = preprocessing_steps.to_html(index=False, border=0)
344
  table_div = Div(NotStr(table_html), style="margin: 40px;")
345
 
346
 
 
340
  }
341
  )
342
 
343
+ table_html = dataset_comparison.to_html(index=False, border=0)
344
  table_div = Div(NotStr(table_html), style="margin: 40px;")
345
 
346