Spaces:
Running
Running
Update curated.py
Browse files- curated.py +4 -1
curated.py
CHANGED
|
@@ -10,6 +10,9 @@ import uuid
|
|
| 10 |
import plotly.express as px
|
| 11 |
|
| 12 |
filtering_process = Div(
|
|
|
|
|
|
|
|
|
|
| 13 |
Section(
|
| 14 |
H3("Wikipedia"),
|
| 15 |
H4("Download and Extraction"),
|
|
@@ -814,7 +817,7 @@ def curated(request):
|
|
| 814 |
copyright_disclaimer,
|
| 815 |
plotly2fasthtml(treemap_chart),
|
| 816 |
table_desc,
|
| 817 |
-
H2("Curated Sources
|
| 818 |
filtering_process,
|
| 819 |
data_preparation_div,
|
| 820 |
H3("Data Filtering"),
|
|
|
|
| 10 |
import plotly.express as px
|
| 11 |
|
| 12 |
filtering_process = Div(
|
| 13 |
+
Section(
|
| 14 |
+
P("This section contains the specific steps taken to filter all 14 curated source datasets.")
|
| 15 |
+
),
|
| 16 |
Section(
|
| 17 |
H3("Wikipedia"),
|
| 18 |
H4("Download and Extraction"),
|
|
|
|
| 817 |
copyright_disclaimer,
|
| 818 |
plotly2fasthtml(treemap_chart),
|
| 819 |
table_desc,
|
| 820 |
+
H2("Curated Sources Processing"),
|
| 821 |
filtering_process,
|
| 822 |
data_preparation_div,
|
| 823 |
H3("Data Filtering"),
|