Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,9 @@ async def fetch_weather(city: str) -> str:
|
|
18 |
return response.text
|
19 |
|
20 |
|
|
|
|
|
|
|
21 |
#from fastapi import FastAPI
|
22 |
#
|
23 |
#app = FastAPI()
|
|
|
18 |
return response.text
|
19 |
|
20 |
|
21 |
+
app = mcp
|
22 |
+
|
23 |
+
|
24 |
#from fastapi import FastAPI
|
25 |
#
|
26 |
#app = FastAPI()
|