St.text_input(), after typing hide

username = st.text_input(‘Please enter your username’)
password = st.text_input(‘Please enter your password’)
Run = st.button(‘Run’)
excese me:
I want to hide the input field or empty the input field by clicking the button