Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -106,7 +106,7 @@ with st.sidebar:
|
|
106 |
st.write("Use the following code to embed the ProductTag web app on your website. Feel free to adjust the width and height values to fit your page.")
|
107 |
code = '''
|
108 |
<iframe
|
109 |
-
src="https://aiecosystem-
|
110 |
frameborder="0"
|
111 |
width="850"
|
112 |
height="450"
|
|
|
106 |
st.write("Use the following code to embed the ProductTag web app on your website. Feel free to adjust the width and height values to fit your page.")
|
107 |
code = '''
|
108 |
<iframe
|
109 |
+
src="https://aiecosystem-producttag1.hf.space"
|
110 |
frameborder="0"
|
111 |
width="850"
|
112 |
height="450"
|