Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samiee2213
/
AmazonML
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
samiee2213
commited on
Oct 11, 2025
Commit
780a2e6
·
1 Parent(s):
5a093f0
added
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -3,5 +3,5 @@ from fastapi import FastAPI
3
app = FastAPI()
4
5
@app.get("/")
6
-
def
greet_json
():
7
-
return {"
Hello
": "
World
!"}
3
app = FastAPI()
4
5
@app.get("/")
6
+
def
home
():
7
+
return {"
message
": "
Hello from AmazonML Space
!"}