sneves commited on
Commit
01ca2af
·
verified ·
1 Parent(s): 61be3b7

Update app.py

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