taskforce-dev commited on
Commit
5438938
·
1 Parent(s): 5a32f17

Update app.py

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