Update app.py
Browse files
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 |
|