Last active
June 4, 2017 17:43
-
-
Save zalazhar/1925d8a9e2b1adc3a1fb65de864cc158 to your computer and use it in GitHub Desktop.
View
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'''html | |
<body> | |
<div class="d-flex flex-row" id= "first_row"> | |
<div class="p-2" ><select id="selectNumber"> | |
<option>Choose Age</option> | |
</select> | |
</div> | |
<div class="p-2" id ="plot_le"> Wait plotting histogram...</div> | |
<div class = "p-2" id ="plot_le_time"> </div> | |
</div> | |
<div class="d-flex flex-row" id= "second_row" > | |
<div class = "p-2"></div> | |
<div class="p-2" > | |
<pre style = "font-size:70%"> <code id = "table_quantile"> </code></pre> | |
</div> | |
<div class="p-2" > | |
<pre style = "font-size:70%"><code id = "table_le"> </code> </pre> | |
</div> | |
</div> | |
<script src="bundle.js"></script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment