rodrigofbatista commited on
Commit
705a07a
·
verified ·
1 Parent(s): a968c4a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -544,11 +544,11 @@ Secretariou a reunião a Técnica ********, ***************."""
544
  )
545
 
546
  # Segmentation button
547
- process = st.button("🔍 Segment Document")
548
 
549
  # ==================== RIGHT COLUMN - RESULTS ====================
550
  with col2:
551
- st.markdown("### 📊 Segmentation Results")
552
 
553
  if process:
554
  if text_input.strip():
 
544
  )
545
 
546
  # Segmentation button
547
+ process = st.button("🔍 Extract Metadata")
548
 
549
  # ==================== RIGHT COLUMN - RESULTS ====================
550
  with col2:
551
+ st.markdown("### 📊 Extraction Results")
552
 
553
  if process:
554
  if text_input.strip():