gpt2_v2 / app.py
camparchimedes's picture
Update app.py
55fbde0 verified
raw
history blame contribute delete
230 Bytes
import streamlit as st
# Display the iframe
st.markdown(
"""
<iframe src="https://chatgpt.com/g/g-dy1eDboPn-sloollega-ver-iii-03" width="100%" height="600px" frameborder="0"></iframe>
""",
unsafe_allow_html=True
)