Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darthkai
/
bob
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
darthkai
commited on
Mar 4, 2023
Commit
6e73425
·
1 Parent(s):
b18d794
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!"}