UCS2014 commited on
Commit
a15ee43
·
verified ·
1 Parent(s): 48eb8a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ def track_plot(df, include_actual=True):
297
  fig.add_shape(
298
  type="rect",
299
  xref="paper", yref="paper",
300
- x0=-0.12, y0=-0.12, x1=1.12, y1=1.12,
301
  line=dict(color="#000", width=1.5),
302
  layer="below"
303
  )
 
297
  fig.add_shape(
298
  type="rect",
299
  xref="paper", yref="paper",
300
+ x0=-0.12, y0=-0.20, x1=1.12, y1=1.12,
301
  line=dict(color="#000", width=1.5),
302
  layer="below"
303
  )