Spaces:
Build error
Build error
Greg Thompson
commited on
Commit
•
605f02f
1
Parent(s):
fc4d327
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 |
|