import streamlit as st def cust_footer(): footer = """

© 2023 Odia Generative AI

""" st.markdown(footer, unsafe_allow_html=True)