samraatd commited on
Commit
c50779d
·
verified ·
1 Parent(s): e3c48e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Validation-style Summarizer (LED) — with source mapping")
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 (Recommended)", value=True
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