Fixed masquage silencieux de la chloropleth #65
This commit is contained in:
+1
-1
@@ -609,7 +609,7 @@ def make_card(
|
|||||||
children.append(html.H5(title, className="card-title"))
|
children.append(html.H5(title, className="card-title"))
|
||||||
if subtitle:
|
if subtitle:
|
||||||
children.append(html.H6(subtitle, className="card-subtitle mb-2 text-muted"))
|
children.append(html.H6(subtitle, className="card-subtitle mb-2 text-muted"))
|
||||||
if fig:
|
if fig is not None:
|
||||||
children.append(fig)
|
children.append(fig)
|
||||||
if paragraphs:
|
if paragraphs:
|
||||||
for p in paragraphs:
|
for p in paragraphs:
|
||||||
|
|||||||
Reference in New Issue
Block a user