Icon with links

Hey is there a way to insert .ico files and embed them with links like github repo or linkedin.

Hi @Varun_Nayyar ,

Yes it’s possible using, st.markdown syntax .

# Add Link to your repo
'''
    [![Repo](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/AvratanuBiswas/PubLit) 

'''
st.markdown("<br>",unsafe_allow_html=True)

Does this code work for you ?

Best
Avra

3 Likes

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