Spaces:
Sleeping
Sleeping
Commit ·
b61f5cf
1
Parent(s): 6dd762f
Update app.py
Browse files
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
|
| 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 |
|