CoolFace
Apppublic

awacke1/TensorflowJS

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes
app.py8 linesDownload Raw Back to root
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