Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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("🔍
|
| 548 |
|
| 549 |
# ==================== RIGHT COLUMN - RESULTS ====================
|
| 550 |
with col2:
|
| 551 |
-
st.markdown("### 📊
|
| 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():
|