streamlit-scrollable-textbox
streamlit-scrollable-textbox copied to clipboard
How to update the text in scrollable textbox?
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!