green commited on
Commit
3016a4d
1 Parent(s): 446eb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def show_length_graph():
176
  ax.set_xlabel('Source article')
177
  ax.legend(loc='upper right')
178
 
179
- plt.title('Original to Summarized Lengths in Space-Separated Tokens')
180
  #ax.hist(arr, bins=20)
181
  st.pyplot(fig)
182
 
 
176
  ax.set_xlabel('Source article')
177
  ax.legend(loc='upper right')
178
 
179
+ plt.title('Original to Summarized Text Compression (space-separated tokens)')
180
  #ax.hist(arr, bins=20)
181
  st.pyplot(fig)
182