Sadjad Alikhani commited on
Commit
798b3c0
·
verified ·
1 Parent(s): 7cc2220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def plot_confusion_matrix(y_true, y_pred, title):
115
  # Store the original working directory when the app starts
116
  original_dir = os.getcwd()
117
 
118
- def process_hdf5_file(uploaded_file, percentage_idx, complexity_idx):
119
  capture = PrintCapture()
120
  sys.stdout = capture # Redirect print statements to capture
121
 
 
115
  # Store the original working directory when the app starts
116
  original_dir = os.getcwd()
117
 
118
+ def process_hdf5_file(uploaded_file, percentage_idx):
119
  capture = PrintCapture()
120
  sys.stdout = capture # Redirect print statements to capture
121