Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
TensorflowJS
like
1
Running
App
Files
Files
Community
awacke1
commited on
Jun 6, 2024
Commit
4236981
·
verified
·
1 Parent(s):
7b17fdc
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import streamlit as st
2
+
3
+
st.title("AI Agent with TensorFlow.js")
4
+
5
+
st.markdown("""
6
+
<iframe src="index.html" width="800" height="600"></iframe>
7
+
""", unsafe_allow_html=True)