Sakil commited on
Commit
e976c89
·
1 Parent(s): ac59efb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict(file_obj):
37
  annot = True
38
 
39
  # plotting the heatmap
40
- plt.close('all')
41
  hm = sns.heatmap(data=df_final,
42
  annot=annot)
43
  # return plt.show()
 
37
  annot = True
38
 
39
  # plotting the heatmap
40
+ plt.close()
41
  hm = sns.heatmap(data=df_final,
42
  annot=annot)
43
  # return plt.show()