Skip to content

Commit dc771ed

Browse files
authored
Sort the frames alphabetically
1 parent 6d7b773 commit dc771ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gym_trading_env/templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2> Metrics </h2>
6868
<h2 style="margin-top: 40px;"> Parameters </h2>
6969
<p>Select render</p>
7070
<select name='select_dataset' id = 'select_dataset' method="GET" action="/">
71-
{% for name in render_names%}
71+
{% for name in render_names|sort %}
7272
<option value= "{{name}}" SELECTED>{{ name }}</option>
7373
{% endfor %}
7474
</select>
@@ -122,4 +122,4 @@ <h2 style="margin-top: 40px;"> Parameters </h2>
122122

123123
</script>
124124
</body>
125-
</html>
125+
</html>

0 commit comments

Comments
 (0)