idlebg commited on
Commit
8ddedfc
1 Parent(s): 5b572fc

./ data dir

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ def width_and_height_sliders(prefix):
260
  )
261
  return width, height
262
 
263
- data_dir = "./data" # Update with the correct path
264
 
265
  # Get all file names in the data directory
266
  file_names = os.listdir(data_dir)
 
260
  )
261
  return width, height
262
 
263
+ data_dir = "/data" # Update with the correct path
264
 
265
  # Get all file names in the data directory
266
  file_names = os.listdir(data_dir)