Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def Login():
|
|
| 36 |
|
| 37 |
if st.button("Login"):
|
| 38 |
|
| 39 |
-
if username == "Username" and password == "Password"
|
| 40 |
st.sucess("You are logged in")
|
| 41 |
else:
|
| 42 |
st.error("Your username or password do not match")
|
|
|
|
| 36 |
|
| 37 |
if st.button("Login"):
|
| 38 |
|
| 39 |
+
if username == "Username" and password == "Password":
|
| 40 |
st.sucess("You are logged in")
|
| 41 |
else:
|
| 42 |
st.error("Your username or password do not match")
|