EstyleSeiya commited on
Commit
52ec042
•
1 Parent(s): fc67184

Update predict.py

Browse files
Files changed (1) hide show
  1. predict.py +1 -1
predict.py CHANGED
@@ -205,5 +205,5 @@ def predict():
205
  predict_df.drop("時間軸(月次)", axis=1, inplace=True)
206
 
207
  this_month_electric_price = int(model.predict(predict_df)[0])
208
-
209
  return this_month_electric_price
 
205
  predict_df.drop("時間軸(月次)", axis=1, inplace=True)
206
 
207
  this_month_electric_price = int(model.predict(predict_df)[0])
208
+
209
  return this_month_electric_price