Spaces:
Runtime error
Runtime error
Update curated.py
Browse files- curated.py +11 -2
curated.py
CHANGED
|
@@ -428,10 +428,19 @@ def curated(request):
|
|
| 428 |
|
| 429 |
return Div(
|
| 430 |
Section(
|
| 431 |
-
H2("Curated Sources"),
|
| 432 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 433 |
data_preparation_div,
|
|
|
|
| 434 |
data_preprocessing_div,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 435 |
id="inner-text",
|
| 436 |
)
|
| 437 |
)
|
|
|
|
| 428 |
|
| 429 |
return Div(
|
| 430 |
Section(
|
| 431 |
+
H2("Curated Sources: Overview"),
|
| 432 |
+
overview_text,
|
| 433 |
+
copyright_disclaimer,
|
| 434 |
+
table_desc,
|
| 435 |
+
H2("Curated Sources: Data Gathering and Filtering"),
|
| 436 |
+
H3("Data Acquisition"),
|
| 437 |
data_preparation_div,
|
| 438 |
+
H3("Data Filtering"),
|
| 439 |
data_preprocessing_div,
|
| 440 |
+
plotly2fasthtml(get_chart_28168342()),
|
| 441 |
+
H2("Local Deduplication"),
|
| 442 |
+
local_dedup_text,
|
| 443 |
+
table_div_data_pipe,
|
| 444 |
id="inner-text",
|
| 445 |
)
|
| 446 |
)
|