Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import pandas as pd
|
| 3 |
from bcrypt import hashpw, gensalt, checkpw
|
| 4 |
-
from database_handler import check_credentials, save_user
|
| 5 |
|
| 6 |
# Authentication and Navigation Logic
|
| 7 |
def authenticate_user(email, password):
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import pandas as pd
|
| 3 |
from bcrypt import hashpw, gensalt, checkpw
|
| 4 |
+
from utils.database_handler import check_credentials, save_user
|
| 5 |
|
| 6 |
# Authentication and Navigation Logic
|
| 7 |
def authenticate_user(email, password):
|