Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YaakovY
/
LastHourforcast
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YaakovY
commited on
Apr 30, 2024
Commit
81c8033
·
1 Parent(s):
0f9f1bf
1
Browse files
Files changed (1)
hide
show
main.py
+2
-1
main.py
CHANGED
Viewed
@@ -2,6 +2,7 @@ from fastapi import FastAPI
2
3
app = FastAPI()
4
5
@app.get("/")
6
def read_root():
7
-
return {"Hello": "World!"}
2
3
app = FastAPI()
4
5
+
6
@app.get("/")
7
def read_root():
8
+
return {"Hello": "World!
!!!!!
"}