From 8a09405cd630e0abc23aee87cb772583a9ca4ff0 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <russelljarvis@protonmail.com> Date: Sat, 11 Dec 2021 22:36:09 +1100 Subject: [PATCH] update readability app --- app.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index 90f8d90..1b5db9d 100644 --- a/app.py +++ b/app.py @@ -288,7 +288,7 @@ def main(): st.title("Search Reading Complexity of an Author") author_name = st.text_input("Enter Author Name:") - st.markdown("-----") + #st.markdown("-----") ar = None if author_name: @@ -335,7 +335,7 @@ def main(): if "df_author" in locals(): - st.markdown("-----") + #st.markdown("-----") # st.markdown("#### Results") st.markdown( @@ -412,7 +412,7 @@ def main(): # ) # st.write(fig_art) - st.markdown("-----") + #st.markdown("-----") if len(author_score) == 0: st.warning("Author Not Found") @@ -539,7 +539,7 @@ def main(): ) st.markdown(hard) - st.markdown("-----") + #st.markdown("-----") if "word clouds" in genre: grab_set_auth = [] -- GitLab