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