Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suarkadipa
/
fastapi_dummy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suarkadipa
commited on
Jul 3, 2023
Commit
bf54844
·
1 Parent(s):
e58cfa6
updated
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -4,4 +4,4 @@ app = FastAPI()
4
5
@app.get("/")
6
def read_root():
7
-
return {"Hello": "World!"}
4
5
@app.get("/")
6
def read_root():
7
+
return {"Hello": "World!
I'm here!
"}