nagasurendra commited on
Commit
81f8d9a
·
verified ·
1 Parent(s): 3fd1de3

Update app.py

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