How to set new style css in streamlit

First of all, thank you Streamlit team. You have made an amazing super awesome apps!
Currently, we have dashboard template (bootstrap 4), how can we apply the layout to this template?

Thanks…

Hey @krisnarenaldi, Welcome to the forums! :smiley:

We’ve been discussing that over here, but in the meantime you could do something like this using unsafe_allow_html=True from st.markdown().