Campfireman commited on
Commit
067618e
·
1 Parent(s): 9759062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ def greet(name):
30
  X = feature_view.get_batch_data(start_time=start_time)
31
  latest_date_unix = str(X.date.values[0])[:10]
32
  latest_date = time.ctime(int(latest_date_unix))
 
33
 
34
  model = get_model(project=project,
35
  model_name="temp_model",
 
30
  X = feature_view.get_batch_data(start_time=start_time)
31
  latest_date_unix = str(X.date.values[0])[:10]
32
  latest_date = time.ctime(int(latest_date_unix))
33
+ print(X)
34
 
35
  model = get_model(project=project,
36
  model_name="temp_model",