antfraia commited on
Commit
5a23c2a
·
1 Parent(s): c93839a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import requests
3
 
4
- API_KEY = "91b23cab82ee530b2052c8757e343b0d"
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):