Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,9 @@ from fastapi import FastAPI
|
|
2 |
|
3 |
app = FastAPI()
|
4 |
|
5 |
-
@app.get("/")
|
6 |
-
async def read_root():
|
7 |
-
|
8 |
|
9 |
|
10 |
# from fastapi import FastAPI
|
|
|
2 |
|
3 |
app = FastAPI()
|
4 |
|
5 |
+
# @app.get("/")
|
6 |
+
# async def read_root():
|
7 |
+
# return {"message": "Hello, World mohammad!"}
|
8 |
|
9 |
|
10 |
# from fastapi import FastAPI
|