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

Scrollable textbox component for Streamlit.

Results 6 streamlit-scrollable-textbox issues
Sort by recently updated
recently updated
newest added

Hi Roberto, Thanks for your great work! I am wondering whether we can update the content in the textbox? like this" ```python box = stx.scrollableTextbox() for longtext in longtext_list: box.write(longtext)...

Not sure if this is still being worked on, really appreciate the work!. It would be great if we could set the font size of the text.

Hi, the textbox unfortunately manipulates the text that it is supposed to print. When lines start with blanks it removes them. Would be nice if the textbox would just print...

Hi, how can i display indented text? text ``` a b c ``` current display ``` a b c ``` desired display ``` a b c ``` thanks

Would it be difficult to add an option for Markdown parsing?

Thanks for the repo. I had to use import streamlit_scrollable_textbox as stx I use Miniconda and otherwise got a module not found if I used "streamlit-scrollable-textbox" Please remove hyphens from...