TensorflowJS / app.py
awacke1's picture
Create app.py
4236981 verified
raw
history blame contribute delete
174 Bytes
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)