Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
TensorflowJS
like
1
Running
App
Files
Files
Community
4236981
TensorflowJS
/
app.py
awacke1
Create app.py
4236981
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
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
)