Spaces:
Running
Running
Update login.py
Browse files
login.py
CHANGED
@@ -27,7 +27,7 @@ def LOGIN():
|
|
27 |
with st.container(border=True):
|
28 |
st.text("Authentication System")
|
29 |
|
30 |
-
with st.form("login_form"
|
31 |
username = st.text_input("Username")
|
32 |
password = st.text_input("Password", type="password")
|
33 |
login_button = st.form_submit_button("Login")
|
|
|
27 |
with st.container(border=True):
|
28 |
st.text("Authentication System")
|
29 |
|
30 |
+
with st.form("login_form"):
|
31 |
username = st.text_input("Username")
|
32 |
password = st.text_input("Password", type="password")
|
33 |
login_button = st.form_submit_button("Login")
|