victormiller commited on
Commit
77d6909
1 Parent(s): 9e92598

Update curated.py

Browse files
Files changed (1) hide show
  1. curated.py +3 -2
curated.py CHANGED
@@ -323,14 +323,15 @@ def curated(request):
323
 
324
  return Div(
325
  Section(
326
- H2("Curated Sources"),
327
  overview_text,
328
  copyright_disclaimer,
329
  table_desc,
 
330
  plotly2fasthtml(get_chart_28168342()),
331
  data_preparation_div,
332
  data_preprocessing_div,
333
- H2("Deduplication"),
334
  dedup_text,
335
  dedup_text1,
336
  dedup_text2,
 
323
 
324
  return Div(
325
  Section(
326
+ H2("Curated Sources: Overview"),
327
  overview_text,
328
  copyright_disclaimer,
329
  table_desc,
330
+ H2("Curated Sources: Data Preparation")
331
  plotly2fasthtml(get_chart_28168342()),
332
  data_preparation_div,
333
  data_preprocessing_div,
334
+ H2("Curated Sources: Deduplication"),
335
  dedup_text,
336
  dedup_text1,
337
  dedup_text2,