InternVL / app.py
czczup's picture
Update app.py
9d512c1 verified
raw
history blame
268 Bytes
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,
)