streamlit-scrollable-textbox icon indicating copy to clipboard operation
streamlit-scrollable-textbox copied to clipboard

How to update the text in scrollable textbox?

Open jluo41 opened this issue 2 years ago • 0 comments

Hi Roberto,

Thanks for your great work! I am wondering whether we can update the content in the textbox? like this"

box = stx.scrollableTextbox()

for longtext in longtext_list:
    box.write(longtext)

So in the app, the text within the box with be updated.

Thanks!

jluo41 avatar Oct 24 '23 16:10 jluo41