Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def fetch_personalized_data(PROLIFIC_PID):
|
|
| 90 |
try:
|
| 91 |
# Connect to the database
|
| 92 |
with mysql.connector.connect(
|
| 93 |
-
host="
|
| 94 |
user="root",
|
| 95 |
password="N12RXMKtKxRj",
|
| 96 |
database="lionessdb"
|
|
|
|
| 90 |
try:
|
| 91 |
# Connect to the database
|
| 92 |
with mysql.connector.connect(
|
| 93 |
+
host="3.125.179.74",
|
| 94 |
user="root",
|
| 95 |
password="N12RXMKtKxRj",
|
| 96 |
database="lionessdb"
|