roll-ai commited on
Commit
55b0f4d
·
1 Parent(s): e657484

performing commit through vscode

Browse files
Files changed (3) hide show
  1. .gitignore +0 -0
  2. __pycache__/app.cpython-39.pyc +0 -0
  3. app.py +1 -1
.gitignore ADDED
File without changes
__pycache__/app.cpython-39.pyc ADDED
Binary file (298 Bytes). View file
 
app.py CHANGED
@@ -4,4 +4,4 @@ app = FastAPI()
4
 
5
  @app.get("/")
6
  def greet_json():
7
- return {"Hello": "World!"}
 
4
 
5
  @app.get("/")
6
  def greet_json():
7
+ return {"Hello": "World! Hope everything is fine"}