bipin
commited on
Commit
•
dad83ab
1
Parent(s):
9286987
update
Browse files
app.py
CHANGED
@@ -128,8 +128,7 @@ else:
|
|
128 |
#st.write(response)
|
129 |
|
130 |
elif q_input and option=="Code":
|
131 |
-
|
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)
|