krishaamer commited on
Commit
434cd9c
·
1 Parent(s): 0b3837a

Enable cache

Browse files
Files changed (1) hide show
  1. page_personas.py +1 -1
page_personas.py CHANGED
@@ -11,7 +11,7 @@ from sklearn.cluster import KMeans
11
  from matplotlib.font_manager import FontProperties
12
  from fields.likert_flat_fields import likert_flat_fields
13
 
14
- #@st.cache_data
15
  def show(df):
16
  # Chinese font
17
  chinese_font = FontProperties(fname='notosans.ttf')
 
11
  from matplotlib.font_manager import FontProperties
12
  from fields.likert_flat_fields import likert_flat_fields
13
 
14
+ @st.cache_data
15
  def show(df):
16
  # Chinese font
17
  chinese_font = FontProperties(fname='notosans.ttf')