diff --git a/README.md b/README.md index e035313..bab58c2 100644 --- a/README.md +++ b/README.md @@ -162,4 +162,4 @@ OpenManus is built by contributors from MetaGPT. Huge thanks to this agent commu journal = {GitHub repository}, howpublished = {\url{https://github.com/mannaandpoem/OpenManus}}, } -``` \ No newline at end of file +``` diff --git a/app.py b/app.py index baad1cf..a855f03 100644 --- a/app.py +++ b/app.py @@ -10,6 +10,7 @@ from fastapi.staticfiles import StaticFiles from fastapi.templating import Jinja2Templates from pydantic import BaseModel + app = FastAPI() app.mount("/static", StaticFiles(directory="static"), name="static")