import streamlit as st footer=""" """ def add_footer(text, linked_text, link): custom_footer = footer.replace('USER_DEFINED_TEXT', text).replace('LINKED_TEXT', linked_text).replace('LINK', link) st.markdown(custom_footer, unsafe_allow_html=True)