Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ async def update_validation_space_on_answer(response, type, timestamp):
|
|
22 |
"""
|
23 |
try:
|
24 |
# Store the event for display in the UI
|
25 |
-
incoming_events.put({"event": type, "timestamp": str(timestamp)
|
26 |
|
27 |
# Print the response object structure to understand its properties
|
28 |
print(f"Response object: {dir(response)}")
|
|
|
22 |
"""
|
23 |
try:
|
24 |
# Store the event for display in the UI
|
25 |
+
incoming_events.put({"event": type, "timestamp": str(timestamp)})
|
26 |
|
27 |
# Print the response object structure to understand its properties
|
28 |
print(f"Response object: {dir(response)}")
|