dkdaniz commited on
Commit
c3f8a36
1 Parent(s): 8f2b908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ arquivos = os.listdir(diretorio)
12
  for arquivo in arquivos:
13
  if os.path.isfile(os.path.join(diretorio, arquivo)):
14
  print(arquivo)
15
- data_path = os.path.join(os.path.dirname(__file__), '.')
16
 
17
 
18
 
 
12
  for arquivo in arquivos:
13
  if os.path.isfile(os.path.join(diretorio, arquivo)):
14
  print(arquivo)
15
+ data_path = os.path.join(os.path.dirname(__file__), '..')
16
 
17
 
18