Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|