Junaidb commited on
Commit
5cd8e23
·
verified ·
1 Parent(s): f3f5013

Update login.py

Browse files
Files changed (1) hide show
  1. login.py +1 -1
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",key="log_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")