Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,6 @@ async def update_validation_space_on_answer(response, type, timestamp):
|
|
57 |
}
|
58 |
}
|
59 |
new_records.append(validation_record)
|
60 |
-
|
61 |
-
print(f"New records {new_records}")
|
62 |
|
63 |
validation_dataset.records.log(records=new_records)
|
64 |
print(f"Added new response to validation space for {country}")
|
|
|
57 |
}
|
58 |
}
|
59 |
new_records.append(validation_record)
|
|
|
|
|
60 |
|
61 |
validation_dataset.records.log(records=new_records)
|
62 |
print(f"Added new response to validation space for {country}")
|