{% extends "!page.html" %} {% block extrahead %} {{ super() }} # Add a footer st.markdown("---") st.markdown( "

" "Created with ❤️ by Yuyutsu
" "जय श्री राम" "

", unsafe_allow_html=True ) {% endblock %}