yizhangliu commited on
Commit
ff323a7
·
1 Parent(s): 6fc03a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ start_cleaner = """async() => {
281
 
282
  } else {
283
  max_height = 800;
284
- image_upload.setAttribute('style', 'min-height: ' + max_height + 'px; overflow-x: overlay');
285
  data_image.setAttribute('style', 'height: ' + max_height + 'px');
286
  data_image_div.setAttribute('style', 'min-height: ' + max_height + 'px');
287
 
 
281
 
282
  } else {
283
  max_height = 800;
284
+ image_upload.setAttribute('style', 'min-height: ' + max_height + 'px; overflow: overlay');
285
  data_image.setAttribute('style', 'height: ' + max_height + 'px');
286
  data_image_div.setAttribute('style', 'min-height: ' + max_height + 'px');
287