Spaces:
Sleeping
Sleeping
Commit
·
8204020
1
Parent(s):
899dcbd
Allowing preds update
Browse files
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
|
| 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,
|