import streamlit as st import streamlit.components.v1 as components def display_bpmn_xml(bpmn_xml): html_template = f""" BPMN Modeler
""" components.html(html_template, height=1000, width=1500)