I was wondering whether it’s possible to introduce new emojis in Streamlit. I was building a multitab page containing data on popular apps such as DataDog, GitHub etc and wanted to use their respective emojis in the tab. Is that possible somehow?
tab1, tab2 = st.tabs([":datadog: DataDog", ":github: GitHub"])
Thank you.