MilanM commited on
Commit
5d4e71d
·
verified ·
1 Parent(s): 083e14f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -31,6 +31,8 @@ def check_password():
31
  if "password_correct" not in st.session_state:
32
  st.markdown("\n\n")
33
  st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
 
 
34
  return False
35
  elif not st.session_state["password_correct"]:
36
  st.markdown("\n\n")
 
31
  if "password_correct" not in st.session_state:
32
  st.markdown("\n\n")
33
  st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
34
+ st.divider()
35
+ st.info("Developed by Milan Mrdenovic © IBM Norway 2024")
36
  return False
37
  elif not st.session_state["password_correct"]:
38
  st.markdown("\n\n")