Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -1
src/streamlit_app.py
CHANGED
|
@@ -43,8 +43,13 @@ For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
|
| 43 |
with st.sidebar:
|
| 44 |
st.write("Use the following code to embed the InfoFinder web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 45 |
code = '''
|
| 46 |
-
<iframe
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
></iframe>
|
|
|
|
| 48 |
'''
|
| 49 |
st.code(code, language="html")
|
| 50 |
st.text("")
|
|
|
|
| 43 |
with st.sidebar:
|
| 44 |
st.write("Use the following code to embed the InfoFinder web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 45 |
code = '''
|
| 46 |
+
<iframe
|
| 47 |
+
src="https://aiecosystem-infofinder.hf.space"
|
| 48 |
+
frameborder="0"
|
| 49 |
+
width="850"
|
| 50 |
+
height="450"
|
| 51 |
></iframe>
|
| 52 |
+
|
| 53 |
'''
|
| 54 |
st.code(code, language="html")
|
| 55 |
st.text("")
|