Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|
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:
|