awacke1 commited on
Commit
4236981
·
verified ·
1 Parent(s): 7b17fdc

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -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)