Hello everyone, and thanks for the amazing work on Streamlit I have an application where I dynamically generate strings with the click of a button. I start from a user prompt in the text area, and then the generated string gets appended to it.
I can do this multiple times. Is there a way to highlight in bold the generated part of the text only, in the text area?