Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|