ynhe commited on
Commit
88768b4
1 Parent(s): ca1d348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def add_new_eval(
36
  now = datetime.datetime.now()
37
  with open(f'{filename}.zip','wb') as f:
38
  f.write(input_file)
39
- shutil.copyfile(CSV_DIR, os.path.join(SUBMISSION_NAME, f"{input_file}"))
40
 
41
  csv_data = pd.read_csv(CSV_DIR)
42
 
 
36
  now = datetime.datetime.now()
37
  with open(f'{filename}.zip','wb') as f:
38
  f.write(input_file)
39
+ # shutil.copyfile(CSV_DIR, os.path.join(SUBMISSION_NAME, f"{input_file}"))
40
 
41
  csv_data = pd.read_csv(CSV_DIR)
42