iremrit commited on
Commit
3dd0e03
·
verified ·
1 Parent(s): 2669977

Update correlation_explorer_app.py

Browse files
Files changed (1) hide show
  1. correlation_explorer_app.py +2 -2
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 — mostly from fossil fuel use."),
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."),