Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ app = dash.Dash(__name__)
|
|
10 |
app.title = "Weather Forecast Dashboard"
|
11 |
|
12 |
# API Key for OpenWeatherMap (replace with your own)
|
13 |
-
API_KEY = "
|
14 |
|
15 |
# Layout with advanced UI
|
16 |
app.layout = html.Div([
|
|
|
10 |
app.title = "Weather Forecast Dashboard"
|
11 |
|
12 |
# API Key for OpenWeatherMap (replace with your own)
|
13 |
+
API_KEY = "53d50455f91b6bc3c920959e2954576d"
|
14 |
|
15 |
# Layout with advanced UI
|
16 |
app.layout = html.Div([
|