raminass commited on
Commit
f1d21d9
·
1 Parent(s): a4466d4

Update app.py

Browse files

change judge to justice

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ with gr.Blocks() as demo:
55
  exc_judg = gr.CheckboxGroup(
56
  judges_by_year[year.value],
57
  value=judges_by_year[year.value],
58
- label="Select Judges",
59
- info="Select judges to consider in prediction",
60
  )
61
 
62
  opinion = gr.Textbox(
 
55
  exc_judg = gr.CheckboxGroup(
56
  judges_by_year[year.value],
57
  value=judges_by_year[year.value],
58
+ label="Select Justices",
59
+ info="Select justices to consider in prediction",
60
  )
61
 
62
  opinion = gr.Textbox(