Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
baef1d8
1
Parent(s):
f7dd3a5
Fix typo in intent commands list
Browse files- mathtext_fastapi/nlu.py +1 -1
mathtext_fastapi/nlu.py
CHANGED
@@ -104,7 +104,7 @@ def run_intent_classification(message_text):
|
|
104 |
'exit',
|
105 |
'harder',
|
106 |
'hint',
|
107 |
-
'next'
|
108 |
'stop',
|
109 |
]
|
110 |
|
|
|
104 |
'exit',
|
105 |
'harder',
|
106 |
'hint',
|
107 |
+
'next',
|
108 |
'stop',
|
109 |
]
|
110 |
|