FrancoisHB commited on
Commit
87d225f
1 Parent(s): 1ef9509

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ app = FastAPI()
4
 
5
  @app.get("/hello")
6
  def hello():
7
- return {"hello":"you success deploy"}
 
4
 
5
  @app.get("/hello")
6
  def hello():
7
+ return {"hello":"Hello Walter"}