remzicam commited on
Commit
4a60c2e
·
1 Parent(s): 2911469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ hide_streamlit_style = """
38
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
39
 
40
 
 
41
  def load_data_model():
42
  """
43
  It loads the dataframe and the sentence embedding model.
 
38
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
39
 
40
 
41
+ @st.cache(suppress_st_warning=True, allow_output_mutation=True)
42
  def load_data_model():
43
  """
44
  It loads the dataframe and the sentence embedding model.