From d55c57740c7b4075755a7c59b3b66273dad00270 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <russelljarvis@protonmail.com> Date: Fri, 10 Dec 2021 13:15:54 +1100 Subject: [PATCH] update all --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 7cd0935..b563072 100644 --- a/app.py +++ b/app.py @@ -310,8 +310,8 @@ def main(): # get_table_download_link_csv(df_author,author_name) st.markdown( - """Note below, the reference data set in the "the Science of Writing is Declining Over Time, was measured using a custom Flestch algorithm, and it contains negative values and is downward biased. - The second plot contains a comparison to the ART corpus data set, which was analysed using the newer textstat standard algorithm. + """Note below, the reference data set in the "the Science of Writing is Declining Over Time, was measured using a custom Flestch algorithm, and it contains (cleaned) negative values and is downward biased. + The plot also contains a comparison to the ART corpus data set, which was analysed using the newer textstat standard algorithm. """ ) -- GitLab