We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7b773 commit dc771edCopy full SHA for dc771ed
src/gym_trading_env/templates/index.html
@@ -68,7 +68,7 @@ <h2> Metrics </h2>
68
<h2 style="margin-top: 40px;"> Parameters </h2>
69
<p>Select render</p>
70
<select name='select_dataset' id = 'select_dataset' method="GET" action="/">
71
- {% for name in render_names%}
+ {% for name in render_names|sort %}
72
<option value= "{{name}}" SELECTED>{{ name }}</option>
73
{% endfor %}
74
</select>
@@ -122,4 +122,4 @@ <h2 style="margin-top: 40px;"> Parameters </h2>
122
123
</script>
124
</body>
125
-</html>
+</html>
0 commit comments