Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gowah44030
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gowah44030
commited on
Jul 24, 2023
Commit
5b4cdff
·
1 Parent(s):
eb89def
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -2,6 +2,6 @@ from fastapi import FastAPI
2
3
app = FastAPI()
4
5
-
6
def read_root():
7
return {"Hello": "World!"}
2
3
app = FastAPI()
4
5
+
@app.get("/")
6
def read_root():
7
return {"Hello": "World!"}