AIdeaText commited on
Commit
8b49170
·
verified ·
1 Parent(s): 9430e26

Update modules/ui/views/login_view.py

Browse files
Files changed (1) hide show
  1. modules/ui/views/login_view.py +1 -1
modules/ui/views/login_view.py CHANGED
@@ -1,6 +1,6 @@
1
  # modules/ui/views/login.py
2
  import gradio as gr
3
- from modules.auth.auth import authenticate_user
4
 
5
  class LoginView:
6
  def __init__(self):
 
1
  # modules/ui/views/login.py
2
  import gradio as gr
3
+ from ...auth.auth import authenticate_user
4
 
5
  class LoginView:
6
  def __init__(self):