Eric2mangel commited on
Commit
f757536
·
verified ·
1 Parent(s): 5b4af1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -237,11 +237,11 @@ def predire(image):
237
  ),
238
  margin=dict(l=20, r=20, t=60, b=80), # marge top plus haute et bottom plus grande
239
  height=500,
240
- font=dict(size=16)
241
  )
242
 
243
  # Pour placer le texte à l’intérieur des barres
244
- fig.data[0].textfont = dict(color='red', size=14, family="Arial")
245
  fig.show(config={'displayModeBar': False})
246
  return fig
247
 
 
237
  ),
238
  margin=dict(l=20, r=20, t=60, b=80), # marge top plus haute et bottom plus grande
239
  height=500,
240
+ font=dict(size=14)
241
  )
242
 
243
  # Pour placer le texte à l’intérieur des barres
244
+ fig.data[0].textfont = dict(color='black', size=14, family="Arial")
245
  fig.show(config={'displayModeBar': False})
246
  return fig
247