diff --git a/app.py b/app.py index 93f2a1089b551cb738987bcecadeeb300420e270..0000950703fad99208d5ec2c22d934d40f4fe6ae 100644 --- a/app.py +++ b/app.py @@ -278,7 +278,6 @@ def main(): ar, author_name, scraped_labels, author_score, art_df ) - df_author = df_author[(df_author["Reading_Level"] <55)] genre = [] @@ -336,6 +335,8 @@ def main(): ## # ref_choice = "ART Corpus" #ref_choice = "Decline" + df_author = df_author[(df_author["Reading_Level"] <55)] + df_concat_art = pd.concat([art_df, df_author]) df_concat_art = pd.concat([rd_df, df_concat_art])