Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import shutil
|
|
5 |
from omnibin import generate_binary_classification_report
|
6 |
|
7 |
# Define results directory
|
8 |
-
RESULTS_DIR =
|
9 |
|
10 |
def process_csv(csv_file):
|
11 |
# Read the CSV file
|
|
|
5 |
from omnibin import generate_binary_classification_report
|
6 |
|
7 |
# Define results directory
|
8 |
+
RESULTS_DIR = "/tmp/results"
|
9 |
|
10 |
def process_csv(csv_file):
|
11 |
# Read the CSV file
|