import streamlit as st def ltr_tag(tag): style = """ { unicode-bidi:bidi-override; direction: RTL; } """ st.markdown( f""" """, unsafe_allow_html=True, ) def display_rtl(html): """Render an RTL container with the provided HTML string""" st.markdown( f"""