Sharmiaji commited on
Commit
47ce71d
·
verified ·
1 Parent(s): 8ca8f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='username', # Replace with your TiDB username
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)