Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 241 |
)
|
| 242 |
|
| 243 |
# Pour placer le texte à l’intérieur des barres
|
| 244 |
-
fig.data[0].textfont = dict(color='
|
| 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 |
|