louiecerv commited on
Commit
73adaf9
·
1 Parent(s): fe81f2a
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -75,8 +75,7 @@ def main():
75
  if st.button("Analyze Image"):
76
  with st.spinner("Processing..."):
77
  response = multimodal_prompt(uploaded_image, selected_task)
78
- st.subheader("Response:")
79
- st.write(response)
80
 
81
  if __name__ == "__main__":
82
  main()
 
75
  if st.button("Analyze Image"):
76
  with st.spinner("Processing..."):
77
  response = multimodal_prompt(uploaded_image, selected_task)
78
+ st.markdown(response)
 
79
 
80
  if __name__ == "__main__":
81
  main()