Update app.py
Browse files
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 |
|