Spaces:
Running
Running
change ratio
Browse files- modules/htlm_webpage.py +1 -1
modules/htlm_webpage.py
CHANGED
@@ -298,4 +298,4 @@ def display_bpmn_xml(bpmn_xml, is_mobile=False, screen_width=300):
|
|
298 |
</html>
|
299 |
"""
|
300 |
|
301 |
-
components.html(html_template, height=1000, width=int(
|
|
|
298 |
</html>
|
299 |
"""
|
300 |
|
301 |
+
components.html(html_template, height=1000, width=int(9/10*screen_width))
|