sneves commited on
Commit
24f182e
·
verified ·
1 Parent(s): 01ca2af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,5 +42,5 @@ with col[1]:
42
  plt.xlabel('year')
43
  plt.ylabel('score')
44
  plt.legend(title='Legend', loc='upper left')
45
- plt.show()
46
 
 
42
  plt.xlabel('year')
43
  plt.ylabel('score')
44
  plt.legend(title='Legend', loc='upper left')
45
+ plt
46