ashok2216 commited on
Commit
2f8492b
·
verified ·
1 Parent(s): 6030ef9

Update app.py

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