Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def get_weather_forecast(city: str, country_code: str = "") -> str:
|
|
| 18 |
try:
|
| 19 |
# OpenWeatherMap API endpoint and parameters
|
| 20 |
# Note: In a real application, you should store API keys securely
|
| 21 |
-
API_KEY = "
|
| 22 |
base_url = "https://api.openweathermap.org/data/2.5/weather"
|
| 23 |
|
| 24 |
# Build location string based on inputs
|
|
|
|
| 18 |
try:
|
| 19 |
# OpenWeatherMap API endpoint and parameters
|
| 20 |
# Note: In a real application, you should store API keys securely
|
| 21 |
+
API_KEY = "38bbdad215b3c4e377d21b42cc79dd88" # Replace with your actual API key
|
| 22 |
base_url = "https://api.openweathermap.org/data/2.5/weather"
|
| 23 |
|
| 24 |
# Build location string based on inputs
|