bluenevus commited on
Commit
103239b
·
1 Parent(s): beac056

Update app.py via AI Editor

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def create_current_weather_card(current):
249
  html.P(f"Wind: {current['Wind']['Speed']['Imperial']['Value']} mph"),
250
  html.P(f"Humidity: {current['RelativeHumidity']}%"),
251
  html.P(f"UV Index: {uv_index}"),
252
- html.P(f"UV Index Text: {uv_index_text}")
253
  ])
254
  ], className="mb-4")
255
 
 
249
  html.P(f"Wind: {current['Wind']['Speed']['Imperial']['Value']} mph"),
250
  html.P(f"Humidity: {current['RelativeHumidity']}%"),
251
  html.P(f"UV Index: {uv_index}"),
252
+ html.P(f"UV Index: {uv_index_text}")
253
  ])
254
  ], className="mb-4")
255