dayannex commited on
Commit
a9d4519
·
1 Parent(s): df8df97

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -366,7 +366,7 @@ def procesar(texto,archivo):
366
  #return "", df_new, df_new.to_excel( index=False)
367
  else:
368
  if archivo.name.split(".")[1]=="json":
369
- util = utilJSON("books.json")
370
  df=util.obtener_dataframe(util.data)
371
  return "", df, df.to_csv(sep='\t', encoding='utf-8',index=False)
372
 
 
366
  #return "", df_new, df_new.to_excel( index=False)
367
  else:
368
  if archivo.name.split(".")[1]=="json":
369
+ util = utilJSON(archivo.name)
370
  df=util.obtener_dataframe(util.data)
371
  return "", df, df.to_csv(sep='\t', encoding='utf-8',index=False)
372