Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|