| 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('') | |