Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea89d54 commit 92ceec9Copy full SHA for 92ceec9
_includes/documentation_eg.html
@@ -628,7 +628,8 @@ <h4 class="example-section-title" id="layout-options">
628
{% endif %}
629
630
{% if page.dash_url !=blank %}
631
-<iframe width="100%" height="650px" src="{{ page.dash_url}}" frameborder="0" allowfullscreen=""></iframe>
+<h1>Dash Example</h1>
632
+<iframe width="100%" height="900px" src="{{ page.dash_url}}" frameborder="0" allowfullscreen=""></iframe>
633
634
635
{% if page.language == "python" or page.language == "r" or page.language == "plotly_js" %}
0 commit comments