CosmickVisions commited on
Commit
71ef8d0
·
verified ·
1 Parent(s): d801b8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, allow_output_mutation=True) #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:
 
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: