import streamlit as st # HTML code for a differences box html_code = """

Differences Between Model A and Model B

""" # Render the HTML in Streamlit st.markdown(html_code, unsafe_allow_html=True)