Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ with st.form(key='columns_in_form'):
|
|
306 |
|
307 |
st.header("Things to look for: ")
|
308 |
st.subheader("Factfulness:")
|
309 |
-
st
|
310 |
st.subheader("Repetition:")
|
311 |
rep_check = check_for_word_and_word(digestor.text)
|
312 |
if rep_check is not None:
|
|
|
306 |
|
307 |
st.header("Things to look for: ")
|
308 |
st.subheader("Factfulness:")
|
309 |
+
st.write("Automatically checking the truthfulness of a document isn't a trivial task, and is not implemented here. Users are encouraged to use their own wider knowledge to look for possible falsehoods. In the normal news a reader is understood to have a certain amount of understanding to comprehend the news. This experimental application requires a bit more, but seems promising.")
|
310 |
st.subheader("Repetition:")
|
311 |
rep_check = check_for_word_and_word(digestor.text)
|
312 |
if rep_check is not None:
|