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