taskforce-dev commited on
Commit
b61f5cf
·
1 Parent(s): 6dd762f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def process_csv(input_file):
53
 
54
  # Save the modified dataframe to the output file
55
  output_file_path = "processed.csv"
56
- df_modified.to_csv(output_file_path, index=False, encoding="MS932")
57
 
58
  return output_file_path
59
 
 
53
 
54
  # Save the modified dataframe to the output file
55
  output_file_path = "processed.csv"
56
+ df_modified.to_csv(output_file_path, index=False)
57
 
58
  return output_file_path
59