nbroad HF staff commited on
Commit
d6db8b6
1 Parent(s): e2d34bf

minor update

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -270,7 +270,6 @@ def main():
270
  entered_items = st.empty()
271
 
272
  if st.button("Generate Recipe!"):
273
- # if st.button("Generate Recipe!") or len(items):
274
  entered_items.markdown(
275
  "**Generating recipe using the following ingredients:** " + items
276
  )
270
  entered_items = st.empty()
271
 
272
  if st.button("Generate Recipe!"):
 
273
  entered_items.markdown(
274
  "**Generating recipe using the following ingredients:** " + items
275
  )