import streamlit as st st.set_page_config(layout="wide") # Embed the external Streamlit webpage st.markdown( """
""", unsafe_allow_html=True, )