CaxtonEmeraldS commited on
Commit
5d88ea6
·
verified ·
1 Parent(s): c382069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def downloadKerasModel():
49
  return model_data
50
 
51
  # Function to build folder hierarchy up to the 6th level (excluding files and hidden folders)
52
- @st.cache_data
53
  def generate_folder_hierarchy(root_folder, max_depth=6):
54
  folder_dict = {}
55
 
 
49
  return model_data
50
 
51
  # Function to build folder hierarchy up to the 6th level (excluding files and hidden folders)
52
+ # @st.cache_data
53
  def generate_folder_hierarchy(root_folder, max_depth=6):
54
  folder_dict = {}
55