import streamlit as st def render_header() -> None: st.markdown( """
Time Card Generator

Fast shift cards.

""", unsafe_allow_html=True, )