ammarnasr commited on
Commit
e9f7b5b
·
verified ·
1 Parent(s): c389d65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ def authenticate_user():
51
  Happy Farming!
52
  """, unsafe_allow_html=True)
53
 
 
54
 
55
  return False
56
 
 
51
  Happy Farming!
52
  """, unsafe_allow_html=True)
53
 
54
+ st.info("For testing purposes, you can use the following credentials: \n\n Username: asim \n\n Password: qwerty616")
55
 
56
  return False
57