File size: 268 Bytes
dc27f25
c09265b
dc27f25
c09265b
dc27f25
 
 
 
55d8c9c
dc27f25
 
 
 
c09265b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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,
)