bipin commited on
Commit
dad83ab
1 Parent(s): 9286987
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -128,8 +128,7 @@ else:
128
  #st.write(response)
129
 
130
  elif q_input and option=="Code":
131
- image_file = "pro-vision-dummy.jpg"
132
- #image = Image.open(image_file)
133
  with st.spinner("Processing..."):
134
  mod_prompt = code_prompt + pdf_text
135
  response = get_gemini_response(mod_prompt, q_input)
 
128
  #st.write(response)
129
 
130
  elif q_input and option=="Code":
131
+
 
132
  with st.spinner("Processing..."):
133
  mod_prompt = code_prompt + pdf_text
134
  response = get_gemini_response(mod_prompt, q_input)