tvst / st-annotated-text

A simple component to display annotated text in Streamlit apps.
Apache License 2.0
523 stars 41 forks source link

Add RTL Language support #38

Open Khaled-Abdelhamid opened 1 year ago

Khaled-Abdelhamid commented 1 year ago

The goal of this task is to have support for RTL languages using a flag raised in the main method. Below is an example for that:

With RTL support

image

Without RTL support

image