lakshmivairamani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -62,9 +62,9 @@ def verify_user(username: str, password: str):
|
|
62 |
Returns "success" if the user is logged in, otherwise returns "failure".
|
63 |
"""
|
64 |
# Connect to MySQL database
|
65 |
-
cnx = mysql.connector.connect(user='
|
66 |
-
host='
|
67 |
-
database='
|
68 |
|
69 |
# Create a cursor object
|
70 |
cursor = cnx.cursor()
|
|
|
62 |
Returns "success" if the user is logged in, otherwise returns "failure".
|
63 |
"""
|
64 |
# Connect to MySQL database
|
65 |
+
cnx = mysql.connector.connect(user='u852023448_redmindgpt', password='redmindGpt@123',
|
66 |
+
host='redmindtechnologies.com',
|
67 |
+
database='u852023448_redmindgpt')
|
68 |
|
69 |
# Create a cursor object
|
70 |
cursor = cnx.cursor()
|