Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,13 +46,13 @@ def check_password():
|
|
46 |
st.markdown("\n\n")
|
47 |
st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
|
48 |
st.divider()
|
49 |
-
st.info("Designed and developed by Milan Mrdenovic © IBM Norway
|
50 |
return False
|
51 |
elif not st.session_state["password_correct"]:
|
52 |
st.markdown("\n\n")
|
53 |
st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
|
54 |
st.divider()
|
55 |
-
st.info("Designed and developed by Milan Mrdenovic © IBM Norway
|
56 |
st.error("😕 Password incorrect")
|
57 |
return False
|
58 |
else:
|
|
|
46 |
st.markdown("\n\n")
|
47 |
st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
|
48 |
st.divider()
|
49 |
+
st.info("Designed and developed by Milan Mrdenovic © IBM Norway 2025")
|
50 |
return False
|
51 |
elif not st.session_state["password_correct"]:
|
52 |
st.markdown("\n\n")
|
53 |
st.text_input("Enter the password", type="password", on_change=password_entered, key="password")
|
54 |
st.divider()
|
55 |
+
st.info("Designed and developed by Milan Mrdenovic © IBM Norway 2025")
|
56 |
st.error("😕 Password incorrect")
|
57 |
return False
|
58 |
else:
|