atsuga commited on
Commit
45308fd
·
verified ·
1 Parent(s): 54f1222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def predict_7_days(sell_features, buy_features, linear_model, scaler):
75
  predictions_df = pd.DataFrame(
76
  predictions,
77
  columns=['sell', 'buy'],
78
- index=pd.date_range(start=pd.Timestamp.today(), periods=7)
79
  )
80
 
81
  # Harga terakhir
 
75
  predictions_df = pd.DataFrame(
76
  predictions,
77
  columns=['sell', 'buy'],
78
+ index=pd.date_range(start=pd.Timestamp.tomorrow(), periods=7)
79
  )
80
 
81
  # Harga terakhir