klydekushy commited on
Commit
0ca6195
·
verified ·
1 Parent(s): d9e60f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def check_password():
28
  st.title("🔐 Accès Restreint - Veritas")
29
  password = st.text_input("Veuillez saisir le code d'accès", type="password")
30
  if st.button("Se connecter"):
31
- if password == "Veritas2025":
32
  st.session_state.password_correct = True
33
  st.rerun()
34
  else:
 
28
  st.title("🔐 Accès Restreint - Veritas")
29
  password = st.text_input("Veuillez saisir le code d'accès", type="password")
30
  if st.button("Se connecter"):
31
+ if password == "ok": #Veritas2025
32
  st.session_state.password_correct = True
33
  st.rerun()
34
  else: