We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ebaa4 commit 1c44912Copy full SHA for 1c44912
panel/sampling.py
@@ -49,7 +49,7 @@ def csv_data(sample: pd.DataFrame) -> io.StringIO:
49
dim = pn.widgets.IntInput(
50
name="Number of variables",
51
start=1,
52
- end=10,
+ end=15,
53
value=2,
54
step=1,
55
)
0 commit comments