import streamlit as st def show_footer(): """Display footer with copyright information.""" footer_html = """ """ st.markdown(footer_html, unsafe_allow_html=True)