OmPrakashSingh1704 commited on
Commit
e4245c2
1 Parent(s): 07497e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,5 +299,5 @@ if mode:
299
  with button_cols_save[2]:
300
  st.empty()
301
  if st.session_state.recipe_saved == True:
302
- st.snow()
303
 
 
299
  with button_cols_save[2]:
300
  st.empty()
301
  if st.session_state.recipe_saved == True:
302
+ st.success("Recipe Saved!")
303