AIEcosystem commited on
Commit
b98b470
·
verified ·
1 Parent(s): 2aec5ab

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -91,11 +91,12 @@ with st.sidebar:
91
  st.write("Use the following code to embed the RetailTag web app on your website. Feel free to adjust the width and height values to fit your page.")
92
  code = '''
93
  <iframe
94
- src="https://aiecosystem-chainsense.hf.space"
95
  frameborder="0"
96
  width="850"
97
  height="450"
98
  ></iframe>
 
99
 
100
  '''
101
  st.code(code, language="html")
 
91
  st.write("Use the following code to embed the RetailTag web app on your website. Feel free to adjust the width and height values to fit your page.")
92
  code = '''
93
  <iframe
94
+ src="https://aiecosystem-retailtag.hf.space"
95
  frameborder="0"
96
  width="850"
97
  height="450"
98
  ></iframe>
99
+
100
 
101
  '''
102
  st.code(code, language="html")