Spaces:
Running
Running
victormiller
commited on
Commit
•
5c9e8d6
1
Parent(s):
f3f6d37
Update curated.py
Browse files- curated.py +1 -10
curated.py
CHANGED
@@ -469,29 +469,20 @@ def curated(request):
|
|
469 |
data_preprocessing_div = Div(H3("Data Preprocessing"), text, table_div)
|
470 |
|
471 |
return Div(
|
472 |
-
Section(
|
473 |
H2("Curated Sources: Overview"),
|
474 |
id="inner-text",
|
475 |
overview_text,
|
476 |
copyright_disclaimer,
|
477 |
plotly2fasthtml(treemap_chart),
|
478 |
table_desc,
|
479 |
-
),
|
480 |
-
Section(
|
481 |
H2("Curated Sources: Data Gathering and Filtering"),
|
482 |
H3("Data Acquisition"),
|
483 |
data_preparation_div,
|
484 |
-
),
|
485 |
-
Section(
|
486 |
H3("Data Filtering"),
|
487 |
data_preprocessing_div,
|
488 |
plotly2fasthtml(get_chart_28168342()),
|
489 |
-
),
|
490 |
-
Section(
|
491 |
H2("Local Deduplication"),
|
492 |
local_dedup_text,
|
493 |
-
table_div_data_pipe,
|
494 |
-
),
|
495 |
-
|
496 |
)
|
497 |
|
|
|
469 |
data_preprocessing_div = Div(H3("Data Preprocessing"), text, table_div)
|
470 |
|
471 |
return Div(
|
|
|
472 |
H2("Curated Sources: Overview"),
|
473 |
id="inner-text",
|
474 |
overview_text,
|
475 |
copyright_disclaimer,
|
476 |
plotly2fasthtml(treemap_chart),
|
477 |
table_desc,
|
|
|
|
|
478 |
H2("Curated Sources: Data Gathering and Filtering"),
|
479 |
H3("Data Acquisition"),
|
480 |
data_preparation_div,
|
|
|
|
|
481 |
H3("Data Filtering"),
|
482 |
data_preprocessing_div,
|
483 |
plotly2fasthtml(get_chart_28168342()),
|
|
|
|
|
484 |
H2("Local Deduplication"),
|
485 |
local_dedup_text,
|
486 |
+
table_div_data_pipe,
|
|
|
|
|
487 |
)
|
488 |
|