wop commited on
Commit
d4c2d5b
·
verified ·
1 Parent(s): d786a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ login_container = st.container()
29
  def login(password_input):
30
  if password_input == password:
31
  st.session_state.authenticated = True
32
- login_container.empty() # Clear the login form container
33
  else:
34
  st.error("Invalid password")
35
 
 
29
  def login(password_input):
30
  if password_input == password:
31
  st.session_state.authenticated = True
32
+ login_container.empty()
33
  else:
34
  st.error("Invalid password")
35