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

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