adrianpierce commited on
Commit
b3c4c85
·
1 Parent(s): 647858b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -77,13 +77,13 @@ with st.expander("Search and filter recipes"):
77
  filter_1 = recipes['recipe_type'].isin(type_options)
78
  filter_type = recipes.loc[filter_1, 'name'].to_list()
79
 
80
- def submit_bar():
81
 
82
 
83
- def reset_bar():
84
- # st.session_state.bar_df = bar_df
85
- st.session_state.bar_df_edited = bar_df
86
- st.session_state.filter_bar = recipes['name'].to_list()
87
 
88
 
89
  with st.expander("Home bar"):
 
77
  filter_1 = recipes['recipe_type'].isin(type_options)
78
  filter_type = recipes.loc[filter_1, 'name'].to_list()
79
 
80
+ # def submit_bar():
81
 
82
 
83
+ # def reset_bar():
84
+ # # st.session_state.bar_df = bar_df
85
+ # st.session_state.bar_df_edited = bar_df
86
+ # st.session_state.filter_bar = recipes['name'].to_list()
87
 
88
 
89
  with st.expander("Home bar"):