Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,11 @@ If all works this html can be nested into a variable and then put into session u
|
|
27 |
</body>
|
28 |
</html>
|
29 |
'''
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
#st.html(documentHTML5)
|
|
|
27 |
</body>
|
28 |
</html>
|
29 |
'''
|
30 |
+
|
31 |
+
|
32 |
+
import streamlit.components.v1 as components # Import Streamlit
|
33 |
+
components.html(documentHTML5, width=200, height=200)
|
34 |
+
|
35 |
+
|
36 |
+
#st.markdown(documentHTML5, unsafe_allow_html=True)
|
37 |
#st.html(documentHTML5)
|