Spaces:
Running
Running
modules/streamlit_utils.py
CHANGED
@@ -421,7 +421,6 @@ def display_bpmn_modeler(is_mobile, screen_width):
|
|
421 |
st.session_state.size_scale, st.session_state.scale
|
422 |
)
|
423 |
st.session_state.vizi_file = create_wizard_file(st.session_state.prediction.copy(), st.session_state.text_mapping)
|
424 |
-
print(st.session_state.vizi_file)
|
425 |
display_bpmn_xml(st.session_state.bpmn_xml, st.session_state.vizi_file, is_mobile=is_mobile, screen_width=int(4/5 * screen_width))
|
426 |
|
427 |
def modeler_options(is_mobile):
|
|
|
421 |
st.session_state.size_scale, st.session_state.scale
|
422 |
)
|
423 |
st.session_state.vizi_file = create_wizard_file(st.session_state.prediction.copy(), st.session_state.text_mapping)
|
|
|
424 |
display_bpmn_xml(st.session_state.bpmn_xml, st.session_state.vizi_file, is_mobile=is_mobile, screen_width=int(4/5 * screen_width))
|
425 |
|
426 |
def modeler_options(is_mobile):
|