demo / components /sidebar.py
vsouza
add demo files
35ca880
Raw
History Blame Contribute Delete
283 Bytes
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('')