adrianpierce commited on
Commit
04a1fbe
·
1 Parent(s): 131128e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ if 'bar_df' not in st.session_state:
30
 
31
  st.header("Recipe Finder")
32
 
33
- with st.expander("Find recipes by searching and filtering"):
34
  # name search
35
  name_search = st.text_input('Search recipes by name')
36
  if name_search == "":
 
30
 
31
  st.header("Recipe Finder")
32
 
33
+ with st.expander("Find recipes by name, ingredients, and type"):
34
  # name search
35
  name_search = st.text_input('Search recipes by name')
36
  if name_search == "":