import streamlit as st html_code = """

This is a Box

You can customize the size, color, and content of this box.

""" st.markdown(html_code, unsafe_allow_html=True)