awacke1/TensorflowJS
1
1import streamlit as st2 3st.title("AI Agent with TensorFlow.js")4 5st.markdown("""6 <iframe src="index.html" width="800" height="600"></iframe>7""", unsafe_allow_html=True)8 1import streamlit as st2 3st.title("AI Agent with TensorFlow.js")4 5st.markdown("""6 <iframe src="index.html" width="800" height="600"></iframe>7""", unsafe_allow_html=True)8