Gumball2k5 commited on
Commit
5766a1d
·
verified ·
1 Parent(s): 090807d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -159,7 +159,8 @@ def load_feature_data(file_path="data/final_dataset_tree.csv"):
159
  st.error(f"ERROR: Main data file not found at: {file_path}")
160
  return pd.DataFrame()
161
 
162
- @st.cache_resourcedef load_champion_models():
 
163
  """Loads the 5 specialist models from the checklist."""
164
  models = []
165
  try:
 
159
  st.error(f"ERROR: Main data file not found at: {file_path}")
160
  return pd.DataFrame()
161
 
162
+ @st.cache_resource
163
+ def load_champion_models():
164
  """Loads the 5 specialist models from the checklist."""
165
  models = []
166
  try: