Using custom emojis in Streamlit

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.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.