danielle2003 commited on
Commit
142f0d2
·
verified ·
1 Parent(s): a55bc47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=".",