Spaces:
Sleeping
Sleeping
tonyliu404
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -395,7 +395,7 @@ with col1:
|
|
395 |
st.image(input_image, caption="Uploaded Image.", use_container_width=True)
|
396 |
with col2:
|
397 |
st.title('RAG Recipe')
|
398 |
-
if not
|
399 |
display_response(sample_RAG)
|
400 |
|
401 |
# Image Classification Section
|
|
|
395 |
st.image(input_image, caption="Uploaded Image.", use_container_width=True)
|
396 |
with col2:
|
397 |
st.title('RAG Recipe')
|
398 |
+
if not recipe_submit:
|
399 |
display_response(sample_RAG)
|
400 |
|
401 |
# Image Classification Section
|