nchen909 commited on
Commit
47d3680
1 Parent(s): 5574179

Update main.py

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