Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def predict_future_prices(
|
|
133 |
ax.plot(
|
134 |
prediction_df["Date"],
|
135 |
prediction_df["Predicted Price"],
|
136 |
-
label=f"Next {n_future_days} Days Forecast",
|
137 |
color="magenta",
|
138 |
linestyle="None",
|
139 |
marker=".",
|
|
|
133 |
ax.plot(
|
134 |
prediction_df["Date"],
|
135 |
prediction_df["Predicted Price"],
|
136 |
+
label=f"Next {n_future_days-1} Days Forecast",
|
137 |
color="magenta",
|
138 |
linestyle="None",
|
139 |
marker=".",
|