Spaces:
Running
Running
import streamlit as st | |
st.set_page_config(layout="wide") | |
# Embed the external Streamlit webpage | |
st.markdown( | |
""" | |
<div class="fullScreenFrame"> | |
<iframe src="https://internvl.opengvlab.com/"></iframe> | |
</div> | |
""", | |
unsafe_allow_html=True, | |
) | |