AIEcosystem commited on
Commit
af611d2
·
verified ·
1 Parent(s): 3d470e4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +7 -5
src/streamlit_app.py CHANGED
@@ -89,12 +89,14 @@ For any errors or inquiries, please contact us at [email protected]""")
89
  with st.sidebar:
90
  st.write("Use the following code to embed the MediaTagger web app on your website. Feel free to adjust the width and height values to fit your page.")
91
  code = '''
92
-
93
-
94
-
 
 
 
95
 
96
-
97
-
98
  '''
99
  st.code(code, language="html")
100
  st.text("")
 
89
  with st.sidebar:
90
  st.write("Use the following code to embed the MediaTagger web app on your website. Feel free to adjust the width and height values to fit your page.")
91
  code = '''
92
+ <iframe
93
+ src="https://aiecosystem-mediatagger.hf.space"
94
+ frameborder="0"
95
+ width="850"
96
+ height="450"
97
+ ></iframe>
98
 
99
+
 
100
  '''
101
  st.code(code, language="html")
102
  st.text("")