cifkao commited on
Commit
2cb1651
1 Parent(s): d954fd7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ window_len = st.select_slider(
77
  r"Window size ($c_\text{max}$)",
78
  options=window_len_options,
79
  value=min(128, window_len_options[-1]),
80
- help="The maximum context length $c_\text{max}$ for which we compute the scores. Smaller "
81
  "windows are less computationally intensive, allowing for longer inputs."
82
  )
83
  # Now figure out how many tokens we are allowed to use:
 
77
  r"Window size ($c_\text{max}$)",
78
  options=window_len_options,
79
  value=min(128, window_len_options[-1]),
80
+ help="The maximum context length $c_\\text{max}$ for which we compute the scores. Smaller "
81
  "windows are less computationally intensive, allowing for longer inputs."
82
  )
83
  # Now figure out how many tokens we are allowed to use: