Zekun Wu commited on
Commit
f5c8eb4
·
1 Parent(s): d358781
Files changed (1) hide show
  1. pages/1_Injection.py +1 -1
pages/1_Injection.py CHANGED
@@ -11,7 +11,7 @@ st.title('Result Generation')
11
  def check_password():
12
  def password_entered():
13
  # if password_input == os.getenv('PASSWORD'):
14
- if password_input == " ":
15
  st.session_state['password_correct'] = True
16
  else:
17
  st.error("Incorrect Password, please try again.")
 
11
  def check_password():
12
  def password_entered():
13
  # if password_input == os.getenv('PASSWORD'):
14
+ if password_input == os.getenv('PASSWORD'):
15
  st.session_state['password_correct'] = True
16
  else:
17
  st.error("Incorrect Password, please try again.")