Spaces:
Sleeping
Sleeping
mattyamonaca
commited on
Commit
β’
2a2fad5
1
Parent(s):
a3011de
fix slider
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def draw_lines(x, y):
|
|
24 |
end_x = x + line_length * cos_val
|
25 |
end_y = y + line_length * sin_val
|
26 |
# η·γζη»
|
27 |
-
draw.line((start_x, start_y, end_x, end_y), fill="blue", width=
|
28 |
|
29 |
# 5εΊ¦γγ€εθ»’γγγͺγγη΄η·γζη»
|
30 |
for angle in range(0, 360, 5):
|
|
|
24 |
end_x = x + line_length * cos_val
|
25 |
end_y = y + line_length * sin_val
|
26 |
# η·γζη»
|
27 |
+
draw.line((start_x, start_y, end_x, end_y), fill="blue", width=1)
|
28 |
|
29 |
# 5εΊ¦γγ€εθ»’γγγͺγγη΄η·γζη»
|
30 |
for angle in range(0, 360, 5):
|