Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -1
src/streamlit_app.py
CHANGED
|
@@ -79,8 +79,13 @@ For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
|
| 79 |
with st.sidebar:
|
| 80 |
st.write("Use the following code to embed the Multilingual web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 81 |
code = '''
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
></iframe>
|
|
|
|
| 84 |
'''
|
| 85 |
st.code(code, language="html")
|
| 86 |
st.text("")
|
|
|
|
| 79 |
with st.sidebar:
|
| 80 |
st.write("Use the following code to embed the Multilingual web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 81 |
code = '''
|
| 82 |
+
<iframe
|
| 83 |
+
src="https://aiecosystem-multilingual.hf.space"
|
| 84 |
+
frameborder="0"
|
| 85 |
+
width="850"
|
| 86 |
+
height="450"
|
| 87 |
></iframe>
|
| 88 |
+
|
| 89 |
'''
|
| 90 |
st.code(code, language="html")
|
| 91 |
st.text("")
|