Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,6 @@ for word in textnum.split():
|
|
223 |
lastscale = True
|
224 |
elif word in units:
|
225 |
lastunit = True
|
226 |
-
|
227 |
if onnumber:
|
228 |
curstring += repr(result + current)
|
229 |
|
|
|
223 |
lastscale = True
|
224 |
elif word in units:
|
225 |
lastunit = True
|
|
|
226 |
if onnumber:
|
227 |
curstring += repr(result + current)
|
228 |
|