Spaces:
Sleeping
Sleeping
update app
Browse files
app.py
CHANGED
@@ -341,7 +341,7 @@ def procesar(texto,archivo):
|
|
341 |
|
342 |
print(df_new)
|
343 |
print(df_new.to_csv())
|
344 |
-
return "", df_new, df_new.to_csv(sep='
|
345 |
#return "", df_new, df_new.to_excel( index=False)
|
346 |
|
347 |
|
|
|
341 |
|
342 |
print(df_new)
|
343 |
print(df_new.to_csv())
|
344 |
+
return "", df_new, df_new.to_csv(sep='\t', encoding='utf-8',index=False)
|
345 |
#return "", df_new, df_new.to_excel( index=False)
|
346 |
|
347 |
|