import streamlit as st async def footer(): footer = """ """ return st.markdown(footer, unsafe_allow_html=True)