felipekitamura commited on
Commit
a6cbd6b
·
verified ·
1 Parent(s): 0b32019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def process_csv(csv_file):
30
  output_path=os.path.join(RESULTS_DIR, "classification_report.pdf"),
31
  n_bootstrap=1000,
32
  random_seed=42,
33
- dpi=72
34
  )
35
 
36
  # Get paths to individual plots
 
30
  output_path=os.path.join(RESULTS_DIR, "classification_report.pdf"),
31
  n_bootstrap=1000,
32
  random_seed=42,
33
+ dpi=300
34
  )
35
 
36
  # Get paths to individual plots