AIEcosystem commited on
Commit
815e315
·
verified ·
1 Parent(s): c6a609a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +7 -1
src/streamlit_app.py CHANGED
@@ -75,7 +75,13 @@ For any errors or inquiries, please contact us at info@nlpblogs.com""")
75
  with st.sidebar:
76
  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.")
77
  code = '''
78
- <iframe src="https://aiecosystem-retailtag.hf.space" frameborder="0" width="850" height="450" ></iframe>
 
 
 
 
 
 
79
  '''
80
  st.code(code, language="html")
81
  st.text("")
 
75
  with st.sidebar:
76
  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.")
77
  code = '''
78
+ <iframe
79
+ src="https://aiecosystem-retailtag.hf.space"
80
+ frameborder="0"
81
+ width="850"
82
+ height="450"
83
+ ></iframe>
84
+
85
  '''
86
  st.code(code, language="html")
87
  st.text("")