import streamlit as st st.markdown( """ """, unsafe_allow_html=True ) # Header Section st.markdown("

DIFFERENCES BETWEEN ML AND DL

", unsafe_allow_html=True) # Content for Machine Learning st.markdown( """

Key Points in Machine Learning

""", unsafe_allow_html=True ) # Content for Deep Learning st.markdown( """

Key Points in Deep Leraning

""", unsafe_allow_html=True )