Ld75 commited on
Commit
1542c74
·
1 Parent(s): af84c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def stt(input):
33
 
34
  @app.get("/")
35
  def index() -> FileResponse:
36
- return FileResponse(path="/app/index.html", media_type="text/html")
37
 
38
 
39
 
 
33
 
34
  @app.get("/")
35
  def index() -> FileResponse:
36
+ return FileResponse(path="/home/user/app/index.html", media_type="text/html")
37
 
38
 
39