Commit
·
5fd9380
1
Parent(s):
3add1f9
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def predire(image):
|
|
| 43 |
xaxis=dict(fixedrange=True, tickangle=45, tickfont=dict(size=15), automargin=True),
|
| 44 |
yaxis=dict(fixedrange=True, range=[0, 1], title="Probabilité", tickfont=dict(size=14)),
|
| 45 |
title=dict(
|
| 46 |
-
text="Probabilités par mouvement pictural",
|
| 47 |
y=0.90,
|
| 48 |
pad=dict(b=30)
|
| 49 |
),
|
|
|
|
| 43 |
xaxis=dict(fixedrange=True, tickangle=45, tickfont=dict(size=15), automargin=True),
|
| 44 |
yaxis=dict(fixedrange=True, range=[0, 1], title="Probabilité", tickfont=dict(size=14)),
|
| 45 |
title=dict(
|
| 46 |
+
text="Probabilités par <br>mouvement pictural",
|
| 47 |
y=0.90,
|
| 48 |
pad=dict(b=30)
|
| 49 |
),
|