Spaces:
Sleeping
Sleeping
Commit ·
5438938
1
Parent(s): 5a32f17
Update app.py
Browse files
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 = "/
|
| 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
|