irfan4108 commited on
Commit
5888cc2
·
verified ·
1 Parent(s): 166e46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,5 +37,5 @@ submit = st.button("Check the Food Quality")
37
  ## If submit button is clicked
38
  if submit:
39
  with st.spinner("Please wait while assessing the food quality..."):
40
- response = get_gemini_response(input1 + input, image)
41
  st.write(response)
 
37
  ## If submit button is clicked
38
  if submit:
39
  with st.spinner("Please wait while assessing the food quality..."):
40
+ response = get_gemini_response(input1, image)
41
  st.write(response)