felipekitamura commited on
Commit
ab31c05
·
verified ·
1 Parent(s): 7e8ba8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = os.path.join(os.path.dirname(os.path.dirname(__file__)), "results")
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