Update modules/ui/login_ui.py
Browse files- modules/ui/login_ui.py +0 -3
modules/ui/login_ui.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
#modules/ui/login_ui.py
|
| 2 |
-
|
| 3 |
import gradio as gr
|
| 4 |
from modules.auth.auth import authenticate_user
|
| 5 |
|
|
@@ -20,7 +18,6 @@ def create_login_interface():
|
|
| 20 |
|
| 21 |
login_btn.click(fn=handle_login, inputs=[username, password], outputs=message)
|
| 22 |
|
| 23 |
-
# Bot贸n para volver a la Landing Page
|
| 24 |
back_button = gr.Button("Volver a la P谩gina Principal")
|
| 25 |
|
| 26 |
def render(navigate_back):
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from modules.auth.auth import authenticate_user
|
| 3 |
|
|
|
|
| 18 |
|
| 19 |
login_btn.click(fn=handle_login, inputs=[username, password], outputs=message)
|
| 20 |
|
|
|
|
| 21 |
back_button = gr.Button("Volver a la P谩gina Principal")
|
| 22 |
|
| 23 |
def render(navigate_back):
|