Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -495,7 +495,7 @@ with tab2:
|
|
| 495 |
height="450"
|
| 496 |
></iframe>
|
| 497 |
'''
|
| 498 |
-
|
| 499 |
|
| 500 |
st.markdown("For any errors or inquiries, please contact us at [info@nlpblogs.com](mailto:info@nlpblogs.com)")
|
| 501 |
|
|
|
|
| 495 |
height="450"
|
| 496 |
></iframe>
|
| 497 |
'''
|
| 498 |
+
st.code(code, language="html")
|
| 499 |
|
| 500 |
st.markdown("For any errors or inquiries, please contact us at [info@nlpblogs.com](mailto:info@nlpblogs.com)")
|
| 501 |
|