Spaces:
Running
Running
victormiller
commited on
Commit
•
ee3ad0f
1
Parent(s):
5c9e8d6
Update curated.py
Browse files- curated.py +2 -2
curated.py
CHANGED
@@ -470,7 +470,6 @@ def curated(request):
|
|
470 |
|
471 |
return Div(
|
472 |
H2("Curated Sources: Overview"),
|
473 |
-
id="inner-text",
|
474 |
overview_text,
|
475 |
copyright_disclaimer,
|
476 |
plotly2fasthtml(treemap_chart),
|
@@ -483,6 +482,7 @@ def curated(request):
|
|
483 |
plotly2fasthtml(get_chart_28168342()),
|
484 |
H2("Local Deduplication"),
|
485 |
local_dedup_text,
|
486 |
-
table_div_data_pipe,
|
|
|
487 |
)
|
488 |
|
|
|
470 |
|
471 |
return Div(
|
472 |
H2("Curated Sources: Overview"),
|
|
|
473 |
overview_text,
|
474 |
copyright_disclaimer,
|
475 |
plotly2fasthtml(treemap_chart),
|
|
|
482 |
plotly2fasthtml(get_chart_28168342()),
|
483 |
H2("Local Deduplication"),
|
484 |
local_dedup_text,
|
485 |
+
table_div_data_pipe,
|
486 |
+
id="inner-text",
|
487 |
)
|
488 |
|