InnoLink commited on
Commit
982bfac
·
verified ·
1 Parent(s): cb9a7cb

Rename app.py to src/app.py

Browse files
Files changed (1) hide show
  1. app.py → src/app.py +1 -1
app.py → src/app.py RENAMED
@@ -21,7 +21,7 @@ app.mount("/", StaticFiles(directory="static", html=True), name="static")
21
 
22
  @app.get("/")
23
  def index() -> FileResponse:
24
- return FileResponse(path="/app/index.html", media_type="text/html")
25
 
26
  ## line-6
27
  #dataset = load_dataset('glue', 'mrpc')
 
21
 
22
  @app.get("/")
23
  def index() -> FileResponse:
24
+ return FileResponse(path="/static/index.html", media_type="text/html")
25
 
26
  ## line-6
27
  #dataset = load_dataset('glue', 'mrpc')