Spaces:
Sleeping
Sleeping
OmPrakashSingh1704
commited on
Commit
•
23b8999
1
Parent(s):
4c5bb95
Update app.py
Browse files
app.py
CHANGED
@@ -315,7 +315,7 @@ def cooking():
|
|
315 |
|
316 |
if st.session_state.recipe is not None:
|
317 |
st.divider()
|
318 |
-
|
319 |
recipe = json.loads(st.session_state.recipe)
|
320 |
show_recipe(recipe)
|
321 |
recipe['timestamp'] = str(datetime.datetime.now())
|
|
|
315 |
|
316 |
if st.session_state.recipe is not None:
|
317 |
st.divider()
|
318 |
+
print(st.session_state.recipe)
|
319 |
recipe = json.loads(st.session_state.recipe)
|
320 |
show_recipe(recipe)
|
321 |
recipe['timestamp'] = str(datetime.datetime.now())
|