From b1953e957d3d030c00c66ff1149c7dee89df7b58 Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Thu, 3 Jun 2021 17:05:38 -0700 Subject: [PATCH] Fix typo: Cached buttons_html --- salary_app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salary_app/main.py b/salary_app/main.py index 0d729ec..c765776 100755 --- a/salary_app/main.py +++ b/salary_app/main.py @@ -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"