samiee2213 commited on
Commit
780a2e6
·
1 Parent(s): 5a093f0
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -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!"}