wi-lab commited on
Commit
1497e55
·
verified ·
1 Parent(s): a440102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -104,7 +104,6 @@ def plot_confusion_matrix_beamPred(cm, classes, title, save_path, theme='Dark'):
104
  plt.xlabel('Predicted label', color=text_color, fontsize=20)
105
  plt.tight_layout()
106
 
107
- # Save the plot as an image
108
  plt.savefig(save_path, transparent=True) # Transparent to blend with the site background
109
  plt.close()
110
 
 
104
  plt.xlabel('Predicted label', color=text_color, fontsize=20)
105
  plt.tight_layout()
106
 
 
107
  plt.savefig(save_path, transparent=True) # Transparent to blend with the site background
108
  plt.close()
109