sneves commited on
Commit
b5431ae
·
verified ·
1 Parent(s): c575d4d

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
- st.pyplot(lp)
46
 
 
42
  plt.xlabel('year')
43
  plt.ylabel('score')
44
  plt.legend(title='Legend', loc='upper left')
45
+ st.pyplot(plt)
46