Afsha001 commited on
Commit
eb27bae
·
verified ·
1 Parent(s): f2e1a00

update name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -425,7 +425,7 @@ def render_gauge(score, itm, cosine, placeholder):
425
  # SIDEBAR — pipeline steps + live accuracy section (session_state)
426
  # ============================================================================
427
  with st.sidebar:
428
- st.title("Image Caption Fusion")
429
  st.markdown("---")
430
  st.markdown("### Pipeline Steps")
431
  st.markdown("""
@@ -467,7 +467,7 @@ between image and caption.
467
  # ============================================================================
468
  # MAIN UI
469
  # ============================================================================
470
- st.title("Image Caption Fusion System")
471
  st.markdown("Upload an image to generate a refined, grounded caption.")
472
  st.markdown("---")
473
 
 
425
  # SIDEBAR — pipeline steps + live accuracy section (session_state)
426
  # ============================================================================
427
  with st.sidebar:
428
+ st.title("Image Captioning Refinement Fusion")
429
  st.markdown("---")
430
  st.markdown("### Pipeline Steps")
431
  st.markdown("""
 
467
  # ============================================================================
468
  # MAIN UI
469
  # ============================================================================
470
+ st.title("Image Captioning Refinement Fusion System")
471
  st.markdown("Upload an image to generate a refined, grounded caption.")
472
  st.markdown("---")
473