|
@@ -528,7 +528,8 @@
|
|
|
"\n",
|
|
|
"# Cell 6: Process the file with ordered output\n",
|
|
|
"# Create output file name\n",
|
|
|
- "output_file = f\"clean_{os.path.basename(INPUT_FILE)}\""
|
|
|
+ "input_dir = os.path.dirname(INPUT_FILE)\n",
|
|
|
+ "output_file = os.path.join(input_dir, f\"clean_{os.path.basename(INPUT_FILE)}\")\n"
|
|
|
]
|
|
|
},
|
|
|
{
|