Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -299,7 +299,7 @@ def map_generated_to_sources(
|
|
| 299 |
# STREAMLIT UI
|
| 300 |
# -----------------------------
|
| 301 |
st.set_page_config(page_title="LDS - Validation-style Summarizer", layout="wide")
|
| 302 |
-
st.title("
|
| 303 |
|
| 304 |
st.sidebar.header("Model & Checkpoint")
|
| 305 |
st.sidebar.write(f"**Base LED model**: `{DEFAULT_LED_MODEL}`")
|
|
@@ -321,7 +321,7 @@ max_target_len = st.sidebar.number_input(
|
|
| 321 |
st.sidebar.markdown("---")
|
| 322 |
st.sidebar.header("Input options")
|
| 323 |
use_naturalized = st.sidebar.checkbox(
|
| 324 |
-
"Build naturalized condensed input
|
| 325 |
)
|
| 326 |
show_condensed = st.sidebar.checkbox("Show condensed input", value=True)
|
| 327 |
|
|
|
|
| 299 |
# STREAMLIT UI
|
| 300 |
# -----------------------------
|
| 301 |
st.set_page_config(page_title="LDS - Validation-style Summarizer", layout="wide")
|
| 302 |
+
st.title("Legal Long Document Summarizer — with source mapping")
|
| 303 |
|
| 304 |
st.sidebar.header("Model & Checkpoint")
|
| 305 |
st.sidebar.write(f"**Base LED model**: `{DEFAULT_LED_MODEL}`")
|
|
|
|
| 321 |
st.sidebar.markdown("---")
|
| 322 |
st.sidebar.header("Input options")
|
| 323 |
use_naturalized = st.sidebar.checkbox(
|
| 324 |
+
"Build naturalized condensed input", value=False
|
| 325 |
)
|
| 326 |
show_condensed = st.sidebar.checkbox("Show condensed input", value=True)
|
| 327 |
|