Spaces:
Running
Running
Update appImage.py
Browse files- appImage.py +1 -1
appImage.py
CHANGED
@@ -140,4 +140,4 @@ async def get_audio(filename: str):
|
|
140 |
|
141 |
@app.get("/")
|
142 |
def home():
|
143 |
-
return RedirectResponse(url="/
|
|
|
140 |
|
141 |
@app.get("/")
|
142 |
def home():
|
143 |
+
return RedirectResponse(url="/templates/home.html")
|