chido10 commited on
Commit
685a5d8
·
verified ·
1 Parent(s): 765ed0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,6 +73,6 @@ After listing the nutrients, provide a summary of the overall impact of these nu
73
  if submit:
74
  image_data=input_image_setup(uploaded_file)
75
  response=get_gemini_repsonse(input_prompt,image_data,input)
76
- st.markdown("**<h3 style='color: blue;'>RESULT:</h3>**", unsafe_allow_html=True)
77
- st.write(response)
78
 
 
73
  if submit:
74
  image_data=input_image_setup(uploaded_file)
75
  response=get_gemini_repsonse(input_prompt,image_data,input)
76
+ st.markdown("**<h3 style='color: blue;'>RESULT:</h3>**", unsafe_allow_html=True)
77
+ st.write(response)
78