From 202f76bba7adde89fb975bcb9c1bc90c2f6c04d3 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <russelljarvis@protonmail.com> Date: Fri, 10 Dec 2021 13:39:19 +1100 Subject: [PATCH] update all --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5b6d842..fde6998 100644 --- a/app.py +++ b/app.py @@ -276,7 +276,7 @@ def main(): ar, author_name, scraped_labels, author_score, art_df ) - df_author = df_author[(df_author["Reading_Level"] <55)] + df_author = df_author[(df_author["Reading_Level"] <55)] genre = [] -- GitLab