Campfireman commited on
Commit
c52c6cb
1 Parent(s): cdfafc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def greet(total_pred_days):
38
 
39
  latest_date_unix = str(X.datetime.values[0])[:10]
40
  latest_date = time.ctime(int(latest_date_unix))
41
- print(latest_date)
42
  model = get_model("temp_model", version=2)
43
  model_dir =model.download()
44
  model =joblib.load(model_dir+"/temp_model.pkl")
 
38
 
39
  latest_date_unix = str(X.datetime.values[0])[:10]
40
  latest_date = time.ctime(int(latest_date_unix))
41
+ print("latest_date")
42
  model = get_model("temp_model", version=2)
43
  model_dir =model.download()
44
  model =joblib.load(model_dir+"/temp_model.pkl")