Spaces:
Running
Running
adrianpierce
commited on
Commit
•
15af098
1
Parent(s):
df75957
Update pages/2_Saved_Recipes.py
Browse files- pages/2_Saved_Recipes.py +3 -3
pages/2_Saved_Recipes.py
CHANGED
@@ -15,9 +15,9 @@ for root, dirs, files in os.walk(directory_path):
|
|
15 |
|
16 |
st.write(saved_files)
|
17 |
|
18 |
-
for file in saved_files:
|
19 |
-
|
20 |
-
|
21 |
|
22 |
# f = open('/data/test_output.json')
|
23 |
# json_test = json.load(f)
|
|
|
15 |
|
16 |
st.write(saved_files)
|
17 |
|
18 |
+
for file in saved_files:
|
19 |
+
with st.expander(file):
|
20 |
+
st.write("test")
|
21 |
|
22 |
# f = open('/data/test_output.json')
|
23 |
# json_test = json.load(f)
|