Update curated.py
Browse files- curated.py +2 -2
curated.py
CHANGED
|
@@ -89,7 +89,7 @@ wikipedia_filter = pd.DataFrame(
|
|
| 89 |
}
|
| 90 |
)
|
| 91 |
|
| 92 |
-
table_html_wikipedia =
|
| 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 |
-
|
| 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(
|