green commited on
Commit
7850b5a
1 Parent(s): 0a44194

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -262,7 +262,8 @@ ax.set_xticklabels(labels)
262
  ax.set_xlabel('Summarized Length')
263
 
264
  plt.title('Original to Summarized Lengths in Space-Separated Tokens')
265
- plt.show()
 
266
 
267
- tc = pd.DataFrame({'train':training_scores,'test':test_scores})
268
- st.bar_chart(tc)
 
262
  ax.set_xlabel('Summarized Length')
263
 
264
  plt.title('Original to Summarized Lengths in Space-Separated Tokens')
265
+ #ax.hist(arr, bins=20)
266
+ st.pyplot(fig)
267
 
268
+ #tc = pd.DataFrame({'train':training_scores,'test':test_scores})
269
+ #st.bar_chart(tc)