victormiller
commited on
Commit
•
baad9f2
1
Parent(s):
25a9fcb
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
@@ -829,7 +829,7 @@ def curated(request):
|
|
829 |
data_preprocessing_div = Div(H3("Data Preprocessing"), text, table_div)
|
830 |
|
831 |
return Div(
|
832 |
-
overview
|
833 |
H2("Curated Sources: Overview"),
|
834 |
overview_text,
|
835 |
copyright_disclaimer,
|
|
|
829 |
data_preprocessing_div = Div(H3("Data Preprocessing"), text, table_div)
|
830 |
|
831 |
return Div(
|
832 |
+
overview,
|
833 |
H2("Curated Sources: Overview"),
|
834 |
overview_text,
|
835 |
copyright_disclaimer,
|