Eric2mangel commited on
Commit
eb6c055
·
verified ·
1 Parent(s): 68086cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ def predire(image):
236
  pad=dict(b=30)
237
  ),
238
  margin=dict(l=20, r=20, t=0, b=60), # marge top plus haute et bottom plus grande
239
- height=1600,
240
  font=dict(size=14)
241
  )
242
 
 
236
  pad=dict(b=30)
237
  ),
238
  margin=dict(l=20, r=20, t=0, b=60), # marge top plus haute et bottom plus grande
239
+ height=700,
240
  font=dict(size=14)
241
  )
242