adrianpierce commited on
Commit
ca13361
1 Parent(s): 67aa84c

Update pages/Saved_Recipes.py

Browse files
Files changed (1) hide show
  1. pages/Saved_Recipes.py +1 -0
pages/Saved_Recipes.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
  st.write("Saved")
3
 
4
  f = open('/data/test_output.json')
 
1
  import streamlit as st
2
+ import json
3
  st.write("Saved")
4
 
5
  f = open('/data/test_output.json')