Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
c32f8d2
1
Parent(s):
979ee7a
Comment out Supabase logging
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ async def evaluate_user_message_with_nlu_api(request: Request):
|
|
98 |
else:
|
99 |
response_object = {'type': 'integer', 'data': student_response_arr[0]}
|
100 |
|
101 |
-
|
|
|
102 |
|
103 |
return JSONResponse(content=response_object)
|
|
|
98 |
else:
|
99 |
response_object = {'type': 'integer', 'data': student_response_arr[0]}
|
100 |
|
101 |
+
# Uncomment to enable logging to Supabase
|
102 |
+
# prepare_message_data_for_logging(message_data)
|
103 |
|
104 |
return JSONResponse(content=response_object)
|