Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ from Gradio_UI import GradioUI
|
|
| 14 |
|
| 15 |
AMAP_API_BASE = "https://restapi.amap.com/v3/weather/weatherInfo"
|
| 16 |
AMAP_API_KEY = os.environ.get("AMAP_API_KEY", "")
|
|
|
|
| 17 |
|
| 18 |
city_to_adcode = {}
|
| 19 |
|
|
|
|
| 14 |
|
| 15 |
AMAP_API_BASE = "https://restapi.amap.com/v3/weather/weatherInfo"
|
| 16 |
AMAP_API_KEY = os.environ.get("AMAP_API_KEY", "")
|
| 17 |
+
USER_AGENT = "amap-weather-mcp-server/1.0"
|
| 18 |
|
| 19 |
city_to_adcode = {}
|
| 20 |
|