Skip to content

Commit

Permalink
Minor fix with missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 18, 2021
1 parent b01d2bf commit 57aafe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion salary_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ def individual_search_page(data_dict: dict, unique_df: pd.DataFrame):
st.write("""
You can search across multiple fiscal years for a number of individuals.
TIP: Easier to find by entering the full name as "LastName,FirstName""")
TIP: Easier to find by entering the full name as "LastName,FirstName"
""")

list_names = unique_df['Name']
names_select = st.multiselect('', list_names)
Expand Down

0 comments on commit 57aafe2

Please sign in to comment.