How to disable show password option
That eye next to the text field
st.input_text(âPasswordâ)
How to disable show password option
That eye next to the text field
st.input_text(âPasswordâ)
password = st.text_input("Enter a password", type="password")