Spaces:
Sleeping
Sleeping
update app
Browse files
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(
|
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 |
|