mattyamonaca commited on
Commit
2a2fad5
β€’
1 Parent(s): a3011de

fix slider

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2)
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):