isabellegoebel commited on
Commit
1c64e70
·
verified ·
1 Parent(s): c7d72f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,7 +76,7 @@ def home_page():
76
  html.Ul([
77
  html.Li("There’s a wildfire happening. Where is the smoke coming from, and when will it affect you? Use the HRRR-Smoke page."),
78
  html.Li("You smell something unusual. Where is it coming from? Plot the trajectory on the HYSPLIT page."),
79
- html.Li("The air quality looks poor. What is in it? Look at the current pollutants on the TROPOMI page."),
80
  ], style={"marginTop": "15px", "lineHeight": "1.8",}),
81
  html.H2("How can I get involved?", style={"color": "#1f2a44"}),
82
  html.P("Visit the community resources page!"),
@@ -667,7 +667,7 @@ def community_resources_page():
667
  html.Div([
668
  html.H2("SJVAir", style={"color": "#1f2a44", "marginBottom": "20px"}),
669
  html.A(
670
- "Visit SJVair's full website here.",
671
  href="https://www.sjvair.com",
672
  className="custom-link",
673
  target="_blank",
 
76
  html.Ul([
77
  html.Li("There’s a wildfire happening. Where is the smoke coming from, and when will it affect you? Use the HRRR-Smoke page."),
78
  html.Li("You smell something unusual. Where is it coming from? Plot the trajectory on the HYSPLIT page."),
79
+ html.Li("The air quality looks poor. What is in it? Look at the current pollutants on the air trends page."),
80
  ], style={"marginTop": "15px", "lineHeight": "1.8",}),
81
  html.H2("How can I get involved?", style={"color": "#1f2a44"}),
82
  html.P("Visit the community resources page!"),
 
667
  html.Div([
668
  html.H2("SJVAir", style={"color": "#1f2a44", "marginBottom": "20px"}),
669
  html.A(
670
+ "Visit SJVAir's full website here.",
671
  href="https://www.sjvair.com",
672
  className="custom-link",
673
  target="_blank",