diff --git a/chandra/scripts/app.py b/chandra/scripts/app.py index cd1154a..94f9d02 100644 --- a/chandra/scripts/app.py +++ b/chandra/scripts/app.py @@ -130,7 +130,7 @@ def ocr_layout( ["HTML", "HTML as text", "Layout Image"] ) with html_tab: - st.markdown(markdown_with_images, unsafe_allow_html=True) + st.markdown(markdown_with_images) st.download_button( label="Download Markdown", data=result.markdown,