Skip to content

Commit

Permalink
Fixed the label for the text generation service UI
Browse files Browse the repository at this point in the history
  • Loading branch information
raamb committed Sep 7, 2019
1 parent daacde5 commit b6aa97e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class TextGenerationService extends React.Component {
valueLabelDisplay="on"
onChange={(e, val) => this.changeSlider("top_k", val)}
/>
<span className={classes.startEndNumber}>100</span>
<span className={classes.startEndNumber}>20</span>
</Grid>
</Grid>

Expand Down

0 comments on commit b6aa97e

Please sign in to comment.