Spaces:
Build error
Build error
Update app.py
Browse files
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")
|