awacke1 commited on
Commit
5e220ec
1 Parent(s): d9fd3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,5 +27,5 @@ 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
+ st.markdown(documentHTML5, unsafe_allow_html=True)
31
+ #st.html(documentHTML5)