tonyliu404 commited on
Commit
20f5fc7
·
verified ·
1 Parent(s): 10eb858

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -388,7 +388,7 @@ st.sidebar.markdown('### Food Classification')
388
  uploaded_image = st.sidebar.file_uploader("Choose an image:", type="jpg")
389
 
390
  st.sidebar.markdown('### RAG Recipe')
391
- query = st.sidebar.text_area("Enter your query:", height=100)
392
  recipe_submit = st.sidebar.button(label='Chain Recipe', icon=':material/link:', use_container_width=True)
393
 
394
  # gap
 
388
  uploaded_image = st.sidebar.file_uploader("Choose an image:", type="jpg")
389
 
390
  st.sidebar.markdown('### RAG Recipe')
391
+ query = st.sidebar.text_area("Enter your query (optional):", height=100)
392
  recipe_submit = st.sidebar.button(label='Chain Recipe', icon=':material/link:', use_container_width=True)
393
 
394
  # gap