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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,11 +232,11 @@ def predire(image):
232
  yaxis=dict(fixedrange=True, range=[0, 1], title="Probabilité", tickfont=dict(size=14)),
233
  title=dict(
234
  text="Probabilités par <br>mouvement pictural",
235
- y=0.88,
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
 
 
232
  yaxis=dict(fixedrange=True, range=[0, 1], title="Probabilité", tickfont=dict(size=14)),
233
  title=dict(
234
  text="Probabilités par <br>mouvement pictural",
235
+ y=0.90,
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=600,
240
  font=dict(size=14)
241
  )
242