awacke1 commited on
Commit
09bc440
·
1 Parent(s): 5e220ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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
- st.markdown(documentHTML5, unsafe_allow_html=True)
 
 
 
 
 
 
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)