Hi @Varun_Nayyar ,
Yes it’s possible using, st.markdown syntax .
# Add Link to your repo
'''
[](https://github.com/AvratanuBiswas/PubLit)
'''
st.markdown("<br>",unsafe_allow_html=True)
Does this code work for you ?
Best
Avra