MilanM commited on
Commit
722ad62
·
verified ·
1 Parent(s): 0207b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,13 +33,13 @@ def check_password():
33
  st.markdown("\n\n")
34
  st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
35
  st.divider()
36
- st.info("Developed by Milan Mrdenovic © IBM Norway 2024")
37
  return False
38
  elif not st.session_state["password_correct"]:
39
  st.markdown("\n\n")
40
  st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
41
  st.divider()
42
- st.info("Developed by Milan Mrdenovic © IBM Norway 2024")
43
  st.error("😕 Password incorrect")
44
  return False
45
  else:
 
33
  st.markdown("\n\n")
34
  st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
35
  st.divider()
36
+ st.info("Developed by Milan Mrdenovic © IBM Norway 2025")
37
  return False
38
  elif not st.session_state["password_correct"]:
39
  st.markdown("\n\n")
40
  st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
41
  st.divider()
42
+ st.info("Developed by Milan Mrdenovic © IBM Norway 2025")
43
  st.error("😕 Password incorrect")
44
  return False
45
  else: