Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
3a38a28
1
Parent(s):
2286f04
Fix formatting
Browse files- mathtext_fastapi/nlu.py +1 -0
mathtext_fastapi/nlu.py
CHANGED
@@ -11,6 +11,7 @@ log = getLogger(__name__)
|
|
11 |
|
12 |
ERROR_CODE = 32202
|
13 |
|
|
|
14 |
def build_nlu_response_object(type, data, confidence):
|
15 |
""" Turns nlu results into an object to send back to Turn.io
|
16 |
Inputs
|
|
|
11 |
|
12 |
ERROR_CODE = 32202
|
13 |
|
14 |
+
|
15 |
def build_nlu_response_object(type, data, confidence):
|
16 |
""" Turns nlu results into an object to send back to Turn.io
|
17 |
Inputs
|