Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ st.set_page_config(page_title='GUVI - GPT',page_icon=icon, menu_items={"about":'
|
|
19 |
mydb = mysql.connector.connect(
|
20 |
host='host url', # Replace with your TiDB host URL
|
21 |
port=4000,
|
22 |
-
user=
|
23 |
password='password' # Replace with your TiDB password
|
24 |
)
|
25 |
mycursor = mydb.cursor(buffered=True)
|
|
|
19 |
mydb = mysql.connector.connect(
|
20 |
host='host url', # Replace with your TiDB host URL
|
21 |
port=4000,
|
22 |
+
user="4TZNT9dUm5s8BMa.root", # Replace with your TiDB username
|
23 |
password='password' # Replace with your TiDB password
|
24 |
)
|
25 |
mycursor = mydb.cursor(buffered=True)
|