Commit ·
41bc4ae
1
Parent(s): 36006e1
UI Updated
Browse files- text_auth_app.py +1 -1
text_auth_app.py
CHANGED
|
@@ -832,7 +832,7 @@ async def root():
|
|
| 832 |
return HTMLResponse(content=f.read())
|
| 833 |
|
| 834 |
# Fallback to static directory if exists
|
| 835 |
-
ui_static_path = Path(__file__).parent / "ui"
|
| 836 |
index_path = ui_static_path / "index.html"
|
| 837 |
|
| 838 |
if index_path.exists():
|
|
|
|
| 832 |
return HTMLResponse(content=f.read())
|
| 833 |
|
| 834 |
# Fallback to static directory if exists
|
| 835 |
+
ui_static_path = Path(__file__).parent / "ui"
|
| 836 |
index_path = ui_static_path / "index.html"
|
| 837 |
|
| 838 |
if index_path.exists():
|