Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,7 @@ def authenticate_user():
|
|
| 27 |
authentication.login()
|
| 28 |
elif choice == "Contact Us":
|
| 29 |
contact_form.main()
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
|
|
@@ -51,7 +52,6 @@ def authenticate_user():
|
|
| 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 |
|
|
|
|
| 27 |
authentication.login()
|
| 28 |
elif choice == "Contact Us":
|
| 29 |
contact_form.main()
|
| 30 |
+
st.info("For testing purposes, you can use the following credentials: \n\n Username: asim \n\n Password: qwerty616")
|
| 31 |
|
| 32 |
|
| 33 |
|
|
|
|
| 52 |
Happy Farming!
|
| 53 |
""", unsafe_allow_html=True)
|
| 54 |
|
|
|
|
| 55 |
|
| 56 |
return False
|
| 57 |
|