Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ async def update_validation_space_on_answer(response, type, timestamp):
|
|
59 |
new_records.append(validation_record)
|
60 |
|
61 |
validation_dataset.records.log(records=new_records)
|
62 |
-
print(f"Added new response to
|
63 |
|
64 |
except Exception as e:
|
65 |
print(f"Error in webhook handler: {e}")
|
|
|
59 |
new_records.append(validation_record)
|
60 |
|
61 |
validation_dataset.records.log(records=new_records)
|
62 |
+
print(f"Added new response to {update_validation_space_on_answer}")
|
63 |
|
64 |
except Exception as e:
|
65 |
print(f"Error in webhook handler: {e}")
|