From 0ebb53ba926b2de97373322bb483b14e3cb11805 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Sun, 21 Jun 2020 21:57:04 +1000 Subject: [PATCH] contents changed --- entry_point.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry_point.py b/entry_point.py index 88209c7..8b1358f 100644 --- a/entry_point.py +++ b/entry_point.py @@ -44,7 +44,7 @@ df0 = pd.DataFrame(lods) colors = px.colors.diverging.Portland colors = [colors[0], colors[1]] -author_name = st.text_input('Enter Scholary Author:')i +author_name = st.text_input('Enter Scholary Author:') if author_name: ar = call_from_front_end(author_name) standard_sci = [ t['standard'] for t in ar ] -- GitLab