Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ import time
|
|
41 |
import math
|
42 |
|
43 |
# Weather API configuration
|
44 |
-
WEATHER_API_KEY = os.getenv("OPENWEATHER_API_KEY")
|
|
|
45 |
WEATHER_API_URL = "https://api.openweathermap.org/data/2.5/weather"
|
46 |
|
47 |
@st.cache_data(ttl=1800) # Cache for 30 minutes
|
|
|
41 |
import math
|
42 |
|
43 |
# Weather API configuration
|
44 |
+
# WEATHER_API_KEY = os.getenv("OPENWEATHER_API_KEY")
|
45 |
+
WEATHER_API_KEY = "80abcb4987dcd87229eb4f36d2a2e7e2"
|
46 |
WEATHER_API_URL = "https://api.openweathermap.org/data/2.5/weather"
|
47 |
|
48 |
@st.cache_data(ttl=1800) # Cache for 30 minutes
|