Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def show_loader(message="Loading..."):
|
|
106 |
unsafe_allow_html=True
|
107 |
)
|
108 |
|
109 |
-
@st.cache_data(ttl=3600
|
110 |
def load_data(uploaded_file):
|
111 |
"""Load and cache dataset, with file type validation."""
|
112 |
if uploaded_file is not None:
|
|
|
106 |
unsafe_allow_html=True
|
107 |
)
|
108 |
|
109 |
+
@st.cache_data(ttl=3600) #Added allow_output_mutation
|
110 |
def load_data(uploaded_file):
|
111 |
"""Load and cache dataset, with file type validation."""
|
112 |
if uploaded_file is not None:
|