awacke1 commited on
Commit
75b5b93
·
verified ·
1 Parent(s): ed44983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def create_animation_app():
12
  const ctx = canvas.getContext('2d');
13
 
14
  // Set canvas size
15
- canvas.width = 3840;
16
- canvas.height = 2160;
17
 
18
  let t = 0;
19
 
 
12
  const ctx = canvas.getContext('2d');
13
 
14
  // Set canvas size
15
+ canvas.width = 38400;
16
+ canvas.height = 21600;
17
 
18
  let t = 0;
19