Skip to content

Commit 1c44912

Browse files
committed
Allow 15 vars
1 parent 57ebaa4 commit 1c44912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def csv_data(sample: pd.DataFrame) -> io.StringIO:
4949
dim = pn.widgets.IntInput(
5050
name="Number of variables",
5151
start=1,
52-
end=10,
52+
end=15,
5353
value=2,
5454
step=1,
5555
)

0 commit comments

Comments
 (0)