Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,7 +239,7 @@ fig.update_yaxes(
|
|
| 239 |
automargin=False
|
| 240 |
)
|
| 241 |
|
| 242 |
-
|
| 243 |
|
| 244 |
# ---------- track_plot ----------
|
| 245 |
def track_plot(df, include_actual=True):
|
|
|
|
| 239 |
automargin=False
|
| 240 |
)
|
| 241 |
|
| 242 |
+
return fig
|
| 243 |
|
| 244 |
# ---------- track_plot ----------
|
| 245 |
def track_plot(df, include_actual=True):
|