streamlit-annotation-tools icon indicating copy to clipboard operation
streamlit-annotation-tools copied to clipboard

Streamlit Annotation Tools is a Streamlit component that gives you access to various annotation tools (labeling, highlighting, etc.) for text data.

Results 7 streamlit-annotation-tools issues
Sort by recently updated
recently updated
newest added

I don't know if it's possible, but I would like to change the colors of the annotation and labels. I tried to change the primary color of the streamlit, but...

enhancement

![image](https://github.com/rmarquet21/streamlit-annotation-tools/assets/98353356/acc4589c-db6a-4ba8-a22f-eaf30efb569d) Could you pleas fix the problem to display paragraphs better, there should be several sections, but the tool would make everything non-separate, which is not friendly for reading.

bug

Hey! Really like what you built 🙌 I just noticed when I set the text into Chinese, if I just select part of the text, the whole text will be...

bug

I've started receiving this error whenever I try to pass a label list as input to the text_labeler(). Dependencies: python 3.11.4 streamlit==1.31.0 streamlit-annotation-tools==1.0.1 ``` col1, col2 = st.columns(2) with col1:...

I want to remove list of selected items widget show bellow. Because I use multiselect of streamlit Thank's for this component.

enhancement

The highlighter and labeler functions could also return the label selected on top so that additional stuff about those labels can be triggered or printed. Please can you add that...

enhancement

That new label based version really is great! 🎉 However I have the feeling it doesn't match the annotator user experience: it is not straightforward how to visualize all annotations...

enhancement