Spaces:
Running
Running
Joschka Strueber
commited on
Commit
·
ff717e3
1
Parent(s):
ffacaaa
[Fix] default bug in metric dropdown
Browse files
app.py
CHANGED
@@ -82,7 +82,6 @@ with gr.Blocks(title="LLM Similarity Analyzer") as demo:
|
|
82 |
metric_dropdown = gr.Dropdown(
|
83 |
choices=["Kappa_p (prob.)", "Kappa_p (det.)", "Error Consistency"],
|
84 |
label="Select Metric",
|
85 |
-
default="Kappa_p (prob.)",
|
86 |
info="Select a similarity metric to compute"
|
87 |
)
|
88 |
|
|
|
82 |
metric_dropdown = gr.Dropdown(
|
83 |
choices=["Kappa_p (prob.)", "Kappa_p (det.)", "Error Consistency"],
|
84 |
label="Select Metric",
|
|
|
85 |
info="Select a similarity metric to compute"
|
86 |
)
|
87 |
|