Spaces:
Paused
Paused
Update app.py via AI Editor
Browse files
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
|
| 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 |
|