Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mitudesk
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mitudesk
commited on
Feb 18, 2023
Commit
6155f34
·
1 Parent(s):
2fda493
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.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!"}