Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import requests
|
|
| 3 |
import geocoder
|
| 4 |
|
| 5 |
# 👉 Put your API key here
|
| 6 |
-
API_KEY = "
|
| 7 |
|
| 8 |
# -------- FUNCTIONS --------
|
| 9 |
def get_weather(city):
|
|
|
|
| 3 |
import geocoder
|
| 4 |
|
| 5 |
# 👉 Put your API key here
|
| 6 |
+
API_KEY = "API_KEY"
|
| 7 |
|
| 8 |
# -------- FUNCTIONS --------
|
| 9 |
def get_weather(city):
|