diff --git a/entry_point.py b/entry_point.py index 88209c78e0029b3246cf737509292b7f12c740cf..8b1358f50e3a61d98e9416e13dd8b24a52c15813 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 ]