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