Renecto commited on
Commit
e575259
·
verified ·
1 Parent(s): 05f79ec

deploy: update habadashi_login

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,