aamirtaymoor commited on
Commit
a823245
·
verified ·
1 Parent(s): 63b7892

Update main.py

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