I am creating a chatbot and would like to know if there is a way to create a copy button in Streamlit which would allow to copy the response (like in ChatGPT).
I tried using st.code but it highlights reserved words and also the text is not wrapped properly.
Is there a way it can be implemented without using st.code?