Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def movefiles():
|
|
| 26 |
# Specify the path of the file you want to move
|
| 27 |
directory_name = 'temp_dir'
|
| 28 |
absolute_path = os.path.abspath(directory_name)
|
| 29 |
-
file_path = '
|
| 30 |
old_path = os.path.join(absolute_path, os.path.basename(file_path))
|
| 31 |
|
| 32 |
# Construct the new path in the temporary directory with the same filename
|
|
|
|
| 26 |
# Specify the path of the file you want to move
|
| 27 |
directory_name = 'temp_dir'
|
| 28 |
absolute_path = os.path.abspath(directory_name)
|
| 29 |
+
file_path = 'random_file_1.txt'
|
| 30 |
old_path = os.path.join(absolute_path, os.path.basename(file_path))
|
| 31 |
|
| 32 |
# Construct the new path in the temporary directory with the same filename
|