Gyimah3 commited on
Commit
f6a49ae
·
1 Parent(s): 5e45726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ elif social_acc_nav == 'About App':
78
 
79
 
80
  # Loading Machine Learning Objects
81
- @st.cache_data(allow_output_mutation=True)
82
  def Load_ml_items(relative_path):
83
  "Load ML items to reuse them"
84
  with open(relative_path, 'rb') as file:
 
78
 
79
 
80
  # Loading Machine Learning Objects
81
+ @st.cache_data()
82
  def Load_ml_items(relative_path):
83
  "Load ML items to reuse them"
84
  with open(relative_path, 'rb') as file: