ysharma HF Staff commited on
Commit
770c132
·
verified ·
1 Parent(s): 0a9f5a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'random_file1.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
 
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