Jay-Rajput commited on
Commit
8204020
·
1 Parent(s): 899dcbd

Allowing preds update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def submit_prediction(
169
  return
170
 
171
  prediction_id = uuid.uuid4().hex
172
- prediction_time = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
173
 
174
  prediction_data = {
175
  'prediction_id': prediction_id,
 
169
  return
170
 
171
  prediction_id = uuid.uuid4().hex
172
+ prediction_time = datetime.now().strftime('%Y-%m-%d')
173
 
174
  prediction_data = {
175
  'prediction_id': prediction_id,