Skip to content

Commit

Permalink
max num of images
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Sep 13, 2024
1 parent 51e5333 commit 45b66f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create_sidebar_widgets():
"Select percentage by which to distribute images across datasets",
)

sidebar_number_input = InputNumber(min=1, max=100, value=50)
sidebar_number_input = InputNumber(min=1, max=10000, value=50)
sidebar_number_field = Field(
sidebar_number_input,
"Select number of images",
Expand Down

0 comments on commit 45b66f7

Please sign in to comment.