Spaces:
Runtime error
Runtime error
Update app.py
Browse fileschange judge to justice
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
|
59 |
-
info="Select
|
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(
|