Commit
·
9995353
1
Parent(s):
e62bcab
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ def predire(image, mouvements_selectionnes):
|
|
| 141 |
textposition='inside',
|
| 142 |
insidetextanchor='middle',
|
| 143 |
width=LARGEUR_BARRES,
|
| 144 |
-
hovertemplate='%{x}<br>Probabilité : %{y:.1%}<extra></extra>',
|
| 145 |
))
|
| 146 |
|
| 147 |
# === Amélioration du design général ===
|
|
|
|
| 141 |
textposition='inside',
|
| 142 |
insidetextanchor='middle',
|
| 143 |
width=LARGEUR_BARRES,
|
| 144 |
+
#hovertemplate='%{x}<br>Probabilité : %{y:.1%}<extra></extra>',
|
| 145 |
))
|
| 146 |
|
| 147 |
# === Amélioration du design général ===
|