Spaces:
Running
Running
victormiller
commited on
Commit
•
acd982a
1
Parent(s):
67db2ef
Update curated.py
Browse files- curated.py +9 -1
curated.py
CHANGED
@@ -471,19 +471,27 @@ def curated(request):
|
|
471 |
return Div(
|
472 |
Section(
|
473 |
H2("Curated Sources: Overview"),
|
|
|
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 |
)
|
489 |
)
|
|
|
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 |
)
|