deploy: update habadashi_login
Browse files
app.py
CHANGED
|
@@ -382,6 +382,7 @@ print("[PHASE] mount_app_start")
|
|
| 382 |
if ver20_app:
|
| 383 |
app = gr.mount_gradio_app(
|
| 384 |
app, ver20_app, path="/app",
|
|
|
|
| 385 |
auth_dependency=get_current_user,
|
| 386 |
theme=gr.themes.Citrus(),
|
| 387 |
css=VER20_CSS,
|
|
|
|
| 382 |
if ver20_app:
|
| 383 |
app = gr.mount_gradio_app(
|
| 384 |
app, ver20_app, path="/app",
|
| 385 |
+
root_path="/app",
|
| 386 |
auth_dependency=get_current_user,
|
| 387 |
theme=gr.themes.Citrus(),
|
| 388 |
css=VER20_CSS,
|