Update app.py
Browse files
app.py
CHANGED
|
@@ -320,7 +320,7 @@ with st.form(key='columns_in_form'):
|
|
| 320 |
#else:
|
| 321 |
# st.write("No repetition detected.")
|
| 322 |
#
|
| 323 |
-
|
| 324 |
st.subheader("Text redundancy: ")
|
| 325 |
for each in selections:
|
| 326 |
if each != 'None':
|
|
|
|
| 320 |
#else:
|
| 321 |
# st.write("No repetition detected.")
|
| 322 |
#
|
| 323 |
+
# Same article from different sources
|
| 324 |
st.subheader("Text redundancy: ")
|
| 325 |
for each in selections:
|
| 326 |
if each != 'None':
|