Update app.py
Browse files
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
|
| 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 |
|