MilanM commited on
Commit
ffad367
·
verified ·
1 Parent(s): 9f25274

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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")
@@ -350,5 +352,5 @@ if st.session_state.current_page == len(pages) - 1:
350
  # Display progress
351
  st.progress((st.session_state.current_page + 1) / len(pages))
352
 
353
-
354
- st.info("Developed by Milan Mrdenovic © IBM Norway 2024")
 
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")
 
352
  # Display progress
353
  st.progress((st.session_state.current_page + 1) / len(pages))
354
 
355
+ # st.divider()
356
+ # st.info("Developed by Milan Mrdenovic © IBM Norway 2024")