rein0421 commited on
Commit
1e0b143
·
verified ·
1 Parent(s): 9b5903d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -878,8 +878,8 @@ async def read_root():
878
  reader.onload = function(e) {
879
  const img = new Image();
880
  img.onload = function() {
881
- const maxWidth = 800;
882
- const maxHeight = 800;
883
  let width = img.width;
884
  let height = img.height;
885
 
 
878
  reader.onload = function(e) {
879
  const img = new Image();
880
  img.onload = function() {
881
+ const maxWidth = 600;
882
+ const maxHeight = 600;
883
  let width = img.width;
884
  let height = img.height;
885