Spaces:
Sleeping
Sleeping
Commit
·
04a1fbe
1
Parent(s):
131128e
Update app.py
Browse files
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
|
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 == "":
|