saakshigupta commited on
Commit
b1cacf3
·
verified ·
1 Parent(s): 4f2d158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -781,9 +781,10 @@ def main():
781
  st.markdown("---")
782
 
783
  # GradCAM analysis
784
- # if hasattr(st.session_state, 'gradcam_caption'):
785
- # st.markdown("### GradCAM Analysis")
786
- # st.markdown(st.session_state.gradcam_caption)
 
787
 
788
  # LLM Analysis section - AFTER Image Analysis Summary
789
  with st.expander("Stage 3: Detailed Analysis with Vision LLM", expanded=False):
 
781
  st.markdown("---")
782
 
783
  # GradCAM analysis
784
+ if hasattr(st.session_state, 'gradcam_caption'):
785
+ st.markdown("### GradCAM Analysis")
786
+ st.markdown(st.session_state.gradcam_caption)
787
+ st.markdown("---")
788
 
789
  # LLM Analysis section - AFTER Image Analysis Summary
790
  with st.expander("Stage 3: Detailed Analysis with Vision LLM", expanded=False):