Icon with links

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