File size: 283 Bytes
35ca880 | 1 2 3 4 5 6 7 8 9 10 11 | import streamlit as st
from components import utils
def sidebar_head():
st.sidebar.markdown("## Life Pulse AI")
#html_code = utils.add_logo(100, [1, 1, 1, 1], margin=[0, 0, 0, 0])
#st.sidebar.markdown(html_code, unsafe_allow_html=True)
st.sidebar.markdown('')
|