BenjiELCA commited on
Commit
17d130a
·
1 Parent(s): ecd9b06

change ratio

Browse files
Files changed (1) hide show
  1. 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(95/100*screen_width))
 
298
  </html>
299
  """
300
 
301
+ components.html(html_template, height=1000, width=int(9/10*screen_width))