yuaiyu commited on
Commit
1076a9a
·
1 Parent(s): b823743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ app.mount("/", StaticFiles(directory="static", html=True), name="static")
2
 
3
  @app.get("/")
4
  def index() -> FileResponse:
5
- return FileResponse(path="/app/static/index.html", media_type="text/html")
 
2
 
3
  @app.get("/")
4
  def index() -> FileResponse:
5
+ return FileResponse(path="index.html", media_type="text/html")