Spaces:
Running
Running
victormiller
commited on
Commit
•
b72b785
1
Parent(s):
09f21fd
Update curated.py
Browse files- curated.py +4 -1
curated.py
CHANGED
@@ -519,7 +519,7 @@ diff2_stacked_bar = fig
|
|
519 |
|
520 |
filtering_process = Div(
|
521 |
Section(
|
522 |
-
H2("Discussion on
|
523 |
P("Below is a detail recount of how each dataset was extracted and filtered. If specific challenges were found with a dataset, they are included and discussed to the best of our abilities. The figure below provides a global view of the document filtering results. ~8% of documents were removed during these three steps."),
|
524 |
plotly2fasthtml(diff2_stacked_bar),
|
525 |
H3("This section continues belows with the specific filtering steps taken for all 14 curated datasets."),
|
@@ -1130,12 +1130,15 @@ def curated(request):
|
|
1130 |
Section(
|
1131 |
curated_sources_intro,
|
1132 |
plotly2fasthtml(treemap_chart),
|
|
|
1133 |
),
|
1134 |
Section(
|
1135 |
data_preprocessing_div,
|
|
|
1136 |
),
|
1137 |
Section(
|
1138 |
filtering_process,
|
|
|
1139 |
),
|
1140 |
id="inner-text",
|
1141 |
)
|
|
|
519 |
|
520 |
filtering_process = Div(
|
521 |
Section(
|
522 |
+
H2("Filtering Discussion on All Curated Sources"),
|
523 |
P("Below is a detail recount of how each dataset was extracted and filtered. If specific challenges were found with a dataset, they are included and discussed to the best of our abilities. The figure below provides a global view of the document filtering results. ~8% of documents were removed during these three steps."),
|
524 |
plotly2fasthtml(diff2_stacked_bar),
|
525 |
H3("This section continues belows with the specific filtering steps taken for all 14 curated datasets."),
|
|
|
1130 |
Section(
|
1131 |
curated_sources_intro,
|
1132 |
plotly2fasthtml(treemap_chart),
|
1133 |
+
id="section1",
|
1134 |
),
|
1135 |
Section(
|
1136 |
data_preprocessing_div,
|
1137 |
+
id="section2",
|
1138 |
),
|
1139 |
Section(
|
1140 |
filtering_process,
|
1141 |
+
id="section3",
|
1142 |
),
|
1143 |
id="inner-text",
|
1144 |
)
|