Skip to content

Commit 42af1b6

Browse files
committed
disable text box
1 parent db40c5d commit 42af1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web3/widget_code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"from IPython.display import Image, display",
44
"",
55
"s = IntSlider(min=1, max=500, value=200, description='Width')",
6-
"t = Text(description='Area',)",
6+
"t = Text(description='Area', disabled=True)",
77
"o = Output()",
88
"display(VBox([s, t, o]))",
99
"",

0 commit comments

Comments
 (0)