Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
|
|
10 |
# ============ Weather function
|
11 |
|
12 |
|
13 |
-
import meterostat
|
14 |
|
15 |
def get_weather(city) -> None:
|
16 |
# declare the client. the measuring unit used defaults to the metric system (celcius, km/h, etc.)
|
|
|
10 |
# ============ Weather function
|
11 |
|
12 |
|
13 |
+
# import meterostat
|
14 |
|
15 |
def get_weather(city) -> None:
|
16 |
# declare the client. the measuring unit used defaults to the metric system (celcius, km/h, etc.)
|