Spaces:
Running
Running
| 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 | |
| ) |