Spaces:
Runtime error
Runtime error
from fastapi import FastAPI | |
app = FastAPI() | |
async def root(): | |
return {"message": "Hello World"} | |
from fastapi import FastAPI | |
app = FastAPI() | |
async def root(): | |
return {"message": "Hello World"} | |