Spaces:
Running
Running
import streamlit as st | |
st.title("AI Agent with TensorFlow.js") | |
st.markdown(""" | |
<iframe src="index.html" width="800" height="600"></iframe> | |
""", unsafe_allow_html=True) | |