Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +4 -3
src/streamlit_app.py
CHANGED
@@ -88,19 +88,20 @@ Results are presented in easy-to-read tables, visualized in an interactive tree
|
|
88 |
|
89 |
**Supported Languages:** English
|
90 |
|
91 |
-
|
92 |
|
93 |
For any errors or inquiries, please contact us at [email protected]""")
|
94 |
|
95 |
with st.sidebar:
|
96 |
-
st.write("Use the following code to embed the
|
97 |
code = '''
|
98 |
<iframe
|
99 |
-
src="https://aiecosystem-
|
100 |
frameborder="0"
|
101 |
width="850"
|
102 |
height="450"
|
103 |
></iframe>
|
|
|
104 |
'''
|
105 |
st.code(code, language="html")
|
106 |
st.text("")
|
|
|
88 |
|
89 |
**Supported Languages:** English
|
90 |
|
91 |
+
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
92 |
|
93 |
For any errors or inquiries, please contact us at [email protected]""")
|
94 |
|
95 |
with st.sidebar:
|
96 |
+
st.write("Use the following code to embed the Business Core web app on your website. Feel free to adjust the width and height values to fit your page.")
|
97 |
code = '''
|
98 |
<iframe
|
99 |
+
src="https://aiecosystem-business-core.hf.space"
|
100 |
frameborder="0"
|
101 |
width="850"
|
102 |
height="450"
|
103 |
></iframe>
|
104 |
+
|
105 |
'''
|
106 |
st.code(code, language="html")
|
107 |
st.text("")
|