Update correlation_explorer_app.py
Browse files
correlation_explorer_app.py
CHANGED
|
@@ -116,8 +116,8 @@ app.layout = dbc.Container([
|
|
| 116 |
dbc.CardBody([
|
| 117 |
html.P("This interactive tool allows you to explore the statistical relationships between climate indicators:"),
|
| 118 |
html.Ul([
|
| 119 |
-
html.Li("🌱 Human-induced CO₂ emissions heat the planet
|
| 120 |
-
html.Li("🌡️ Rising CO₂ leads to higher land and ocean temperatures
|
| 121 |
html.Li("🌊 Warmer climates cause sea level rise through ice melt and ocean expansion.")
|
| 122 |
]),
|
| 123 |
html.P("Switch views (Global, Northern, Southern Hemisphere) and select indicators and years to compare."),
|
|
|
|
| 116 |
dbc.CardBody([
|
| 117 |
html.P("This interactive tool allows you to explore the statistical relationships between climate indicators:"),
|
| 118 |
html.Ul([
|
| 119 |
+
html.Li("🌱 Human-induced CO₂ emissions heat the planet ➡️"),
|
| 120 |
+
html.Li("🌡️ Rising CO₂ leads to higher land and ocean temperatures ➡️"),
|
| 121 |
html.Li("🌊 Warmer climates cause sea level rise through ice melt and ocean expansion.")
|
| 122 |
]),
|
| 123 |
html.P("Switch views (Global, Northern, Southern Hemisphere) and select indicators and years to compare."),
|