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

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +6 -6
src/streamlit_app.py CHANGED
@@ -89,12 +89,12 @@ 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
- <iframe
93
- src="https://aiecosystem-storycraft.hf.space"
94
- frameborder="0"
95
- width="850"
96
- height="450"
97
- ></iframe>
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
+
93
+
94
+
95
+
96
+
97
+
98
  '''
99
  st.code(code, language="html")
100
  st.text("")