import streamlit as st
documentHTML5='''
Read It Aloud
🔊 Read It Aloud
'''
import streamlit.components.v1 as components # Import Streamlit
components.html(documentHTML5, width=1280, height=1024)
#st.markdown(documentHTML5, unsafe_allow_html=True)
#st.html(documentHTML5)