Skip to content

Commit

Permalink
add labels for mutation range
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Jan 31, 2019
1 parent f482317 commit ade9514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sycofinder/app_ga.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
value=0,
step=0.01,
className="slider",
marks={
-1: "small",
1: "large",
},
),
# remove style in order to show label
html.Span('', id="ga_mutation_slider_label", style=HIDE)
Expand Down

0 comments on commit ade9514

Please sign in to comment.