yusyel commited on
Commit
2cc6c6f
1 Parent(s): da8babf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ def plot():
181
  show_plot(
182
  [x[0][:, 1].numpy(), y[0].numpy(), model.predict(x)[0]],
183
  12,
184
- "Single Step Prediction",
185
  )
186
 
187
  fig = plot()
 
181
  show_plot(
182
  [x[0][:, 1].numpy(), y[0].numpy(), model.predict(x)[0]],
183
  12,
184
+ f"{n} Step Prediction",
185
  )
186
 
187
  fig = plot()