OmPrakashSingh1704 commited on
Commit
d9396e7
1 Parent(s): f45a4ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def show_recipe(recipe):
54
 
55
  if not mode:
56
  if 'current_tab' not in st.session_state:
57
- st.session_state.current_tab = 'COOK'
58
 
59
  cook,saved=st.tabs(['COOK','SAVED'])
60
 
 
54
 
55
  if not mode:
56
  if 'current_tab' not in st.session_state:
57
+ st.session_state.current_tab = 'COOK'
58
 
59
  cook,saved=st.tabs(['COOK','SAVED'])
60