Spaces:
Sleeping
Sleeping
app modified
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ class ModeloDataset:
|
|
292 |
if x < tamano:
|
293 |
print('se agrega token')
|
294 |
new_identificadores.append(token)
|
295 |
-
|
296 |
else:
|
297 |
x=x+1
|
298 |
return new_identificadores
|
|
|
292 |
if x < tamano:
|
293 |
print('se agrega token')
|
294 |
new_identificadores.append(token)
|
295 |
+
x=x+1
|
296 |
else:
|
297 |
x=x+1
|
298 |
return new_identificadores
|