Eric2mangel commited on
Commit
4a8c39d
·
1 Parent(s): 9995353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -174,7 +174,9 @@ def predire(image, mouvements_selectionnes):
174
  ),
175
  margin=dict(l=60, r=60, t=80, b=80),
176
  height=HAUTEUR_GRAPHIQUE,
177
- width=550,
 
 
178
  font=dict(size=13, family="Arial"),
179
  )
180
 
 
174
  ),
175
  margin=dict(l=60, r=60, t=80, b=80),
176
  height=HAUTEUR_GRAPHIQUE,
177
+ #width=550,
178
+ autosize=True,
179
+ responsive=True,
180
  font=dict(size=13, family="Arial"),
181
  )
182