Spaces:
Sleeping
Sleeping
tonyliu404
commited on
Update app.py
Browse files
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
|