Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92ceec9

Browse files
add changes
1 parent ea89d54 commit 92ceec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/documentation_eg.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,8 @@ <h4 class="example-section-title" id="layout-options">
628628
{% endif %}
629629

630630
{% if page.dash_url !=blank %}
631-
<iframe width="100%" height="650px" src="{{ page.dash_url}}" frameborder="0" allowfullscreen=""></iframe>
631+
<h1>Dash Example</h1>
632+
<iframe width="100%" height="900px" src="{{ page.dash_url}}" frameborder="0" allowfullscreen=""></iframe>
632633
{% endif %}
633634

634635
{% if page.language == "python" or page.language == "r" or page.language == "plotly_js" %}

0 commit comments

Comments
 (0)