Hello,
I did not found any api documentation which lists shortcuts to display icons in title functions like : st.title("
my banana title") ?
Does it exist ?
Thanks !
Hello,
I did not found any api documentation which lists shortcuts to display icons in title functions like : st.title("
my banana title") ?
Does it exist ?
Thanks !
Hello @pk83, welcome to the forum!
You can find the list in streamlit.markdown() documentation. Here’s a direct link to the list. They work with st.title() and other functions alike as well.
If you want a beautified version of that JSON, you can check out this pastebin.
Thank you @okld !