dayannex commited on
Commit
cba7f50
·
1 Parent(s): 060f4be

app modified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ class ModeloDataset:
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
 
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