Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
)
|