Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ st.set_page_config(
|
|
12 |
query_params = st.experimental_get_query_params()
|
13 |
|
14 |
|
15 |
-
@st.
|
16 |
def load_catalogue():
|
17 |
full_catalogue = dict(
|
18 |
[
|
|
|
12 |
query_params = st.experimental_get_query_params()
|
13 |
|
14 |
|
15 |
+
@st.cache_data
|
16 |
def load_catalogue():
|
17 |
full_catalogue = dict(
|
18 |
[
|