Spaces:
Running
Running
adrianpierce
commited on
Commit
•
df75957
1
Parent(s):
f3f69dd
Update pages/2_Saved_Recipes.py
Browse files- pages/2_Saved_Recipes.py +1 -1
pages/2_Saved_Recipes.py
CHANGED
@@ -13,7 +13,7 @@ for root, dirs, files in os.walk(directory_path):
|
|
13 |
full_path = os.path.join(root, file)
|
14 |
saved_files.append(full_path)
|
15 |
|
16 |
-
st.write(
|
17 |
|
18 |
for file in saved_files:
|
19 |
|
|
|
13 |
full_path = os.path.join(root, file)
|
14 |
saved_files.append(full_path)
|
15 |
|
16 |
+
st.write(saved_files)
|
17 |
|
18 |
for file in saved_files:
|
19 |
|