Delete app.pyfrom fastapi import FastAPI app = FastAPI() @app .get(" 79ffb51 verified 1234aurel commited on 27 days ago
Create app.pyfrom fastapi import FastAPI app = FastAPI() @app .get("/") def greet_json(): return {"Hello": "World!"} f9759b3 verified 1234aurel commited on Apr 3