Skip to content

Commit 74a2381

Browse files
committed
update version
1 parent 0a99b53 commit 74a2381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homework/homework2/hw2.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ begin
4141
end
4242

4343
# ╔═╡ e6b6760a-f37f-11ea-3ae1-65443ef5a81a
44-
md"_homework 2, version 1_"
44+
md"_homework 2, version 2_"
4545

4646
# ╔═╡ 85cfbd10-f384-11ea-31dc-b5693630a4c5
4747
md"""
@@ -643,7 +643,7 @@ end
643643
# ╔═╡ d88bc272-f392-11ea-0efd-15e0e2b2cd4e
644644
if shrink_recursive
645645
recursive_carved = shrink_n(img, 3, recursive_seam)
646-
md"Shrink by: $(@bind recursive_n Slider(1:200, show_value=true))"
646+
md"Shrink by: $(@bind recursive_n Slider(1:3, show_value=true))"
647647
end
648648

649649
# ╔═╡ e66ef06a-f392-11ea-30ab-7160e7723a17

0 commit comments

Comments
 (0)