Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -196,7 +196,7 @@ def predire(image):
|
|
| 196 |
title=dict(
|
| 197 |
text="Probabilités par mouvement pictural",
|
| 198 |
y=0.95, # remonte le titre pour laisser de l’espace
|
| 199 |
-
pad=dict(b=
|
| 200 |
),
|
| 201 |
margin=dict(l=20, r=20, t=32, b=46),
|
| 202 |
height=500,
|
|
|
|
| 196 |
title=dict(
|
| 197 |
text="Probabilités par mouvement pictural",
|
| 198 |
y=0.95, # remonte le titre pour laisser de l’espace
|
| 199 |
+
pad=dict(b=50) # espace (en px) sous le titre, ajuste à volonté
|
| 200 |
),
|
| 201 |
margin=dict(l=20, r=20, t=32, b=46),
|
| 202 |
height=500,
|