import streamlit as st st.set_page_config(layout="wide") # Add custom CSS to make the iframe full screen st.markdown( """ """, unsafe_allow_html=True, ) # Embed the external webpage st.components.v1.iframe("https://internvl.opengvlab.com/")