Enter text to chat_input with button

Say I have a value a=“This is apple”, a st.button, and st.chat_input. How to click the button and make the value automatically entered in the chat_input without sending the value as message?

Thanks!!!