import streamlit as st # def page_title(): # st.markdown(""" # #

Welcome to JB Events & Management

# """, unsafe_allow_html=True) def navbar_with_title(): logo_path = "src/frontend/images/jb_events_logo.jpg" st.markdown(f""" """, unsafe_allow_html=True)