Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +4 -2
src/streamlit_app.py
CHANGED
@@ -92,12 +92,14 @@ For any errors or inquiries, please contact us at [email protected]""")
|
|
92 |
with st.sidebar:
|
93 |
st.write("Use the following code to embed the Uncover web app on your website. Feel free to adjust the width and height values to fit your page.")
|
94 |
code = '''
|
95 |
-
|
96 |
-
src="https://aiecosystem-
|
97 |
frameborder="0"
|
98 |
width="850"
|
99 |
height="450"
|
100 |
></iframe>
|
|
|
|
|
101 |
'''
|
102 |
st.code(code, language="html")
|
103 |
st.text("")
|
|
|
92 |
with st.sidebar:
|
93 |
st.write("Use the following code to embed the Uncover web app on your website. Feel free to adjust the width and height values to fit your page.")
|
94 |
code = '''
|
95 |
+
<iframe
|
96 |
+
src="https://aiecosystem-uncover.hf.space"
|
97 |
frameborder="0"
|
98 |
width="850"
|
99 |
height="450"
|
100 |
></iframe>
|
101 |
+
|
102 |
+
|
103 |
'''
|
104 |
st.code(code, language="html")
|
105 |
st.text("")
|