tonyliu404 commited on
Commit
03d8b79
·
verified ·
1 Parent(s): 5f58b73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 query and not uploaded_image and not recipe_submit:
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