File size: 174 Bytes
4236981
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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)