victormiller commited on
Commit
67e65d7
1 Parent(s): b9f2fad

Update curated.py

Browse files
Files changed (1) hide show
  1. curated.py +2 -2
curated.py CHANGED
@@ -89,7 +89,7 @@ wikipedia_filter = pd.DataFrame(
89
  }
90
  )
91
 
92
- table_html_wikipedia = dataset_comparison.to_html(index=False, border=0)
93
  table_div_wikipedia = Div(NotStr(table_html_wikipedia), style="margin: 40px;")
94
 
95
 
@@ -116,7 +116,7 @@ filtering_process = Div(
116
  Ol(
117
  Li("After local dedup, remaining wikipedia was deduped again with all the datasets combined"),
118
  ),
119
- plotly2fasthtml(wikipedia_bar),
120
 
121
  ),
122
  Section(
 
89
  }
90
  )
91
 
92
+ table_html_wikipedia = wikipedia_filter.to_html(index=False, border=0)
93
  table_div_wikipedia = Div(NotStr(table_html_wikipedia), style="margin: 40px;")
94
 
95
 
 
116
  Ol(
117
  Li("After local dedup, remaining wikipedia was deduped again with all the datasets combined"),
118
  ),
119
+ table_div_wikipedia,
120
 
121
  ),
122
  Section(