import streamlit as st
def streamlit_style():
with open(r"utilities/style/style.css") as css:
st.markdown(f"", unsafe_allow_html=True)
st.markdown(
"
CapiPort
", unsafe_allow_html=True
)
st.markdown(
"Your Portfolio Optimisation Tool
",
unsafe_allow_html=True,
)
st.header(
"",
divider="rainbow",
)
color = "Quest"
st.markdown(
"🔍 Quest for financial excellence begins with meticulous portfolio optimization
",
unsafe_allow_html=True,
)
st.header(
"",
divider="rainbow",
)
st.markdown(
"""
""",
unsafe_allow_html=True,
)