dschandra commited on
Commit
a8e9bee
·
verified ·
1 Parent(s): 7677476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "your_openweathermap_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([