Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|