victormiller commited on
Commit
8feeca0
1 Parent(s): 0cee378

Update curated.py

Browse files
Files changed (1) hide show
  1. 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: Data Gathering and Filtering"),
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"),