dayannex commited on
Commit
3873dbc
·
1 Parent(s): 7167a69

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=';', encoding='utf-8',index=False)
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