Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
-
API_KEY = "
|
| 5 |
BASE_URL = "http://api.openweathermap.org/data/2.5/weather"
|
| 6 |
|
| 7 |
def get_weather(city_name):
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
+
API_KEY = "d108462b95c87fa38ad063f61a0079aa"
|
| 5 |
BASE_URL = "http://api.openweathermap.org/data/2.5/weather"
|
| 6 |
|
| 7 |
def get_weather(city_name):
|