Skip to content

Commit

Permalink
Fix typo: Cached buttons_html
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 4, 2021
1 parent eb7e4f9 commit b1953e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salary_app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def load_data():
return data_dict


# @st.cache
@st.cache
def header_buttons() -> str:
"""Return white-background version of GitHub Sponsor button"""
file_name = "assets/header_buttons.html"
Expand Down

0 comments on commit b1953e9

Please sign in to comment.