File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/rai_bench/rai_bench/results_processing/visualise Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -156,10 +156,6 @@ def display_detailed_task_analysis(
156
156
st .warning (f"No tasks of type { selected_type } found." )
157
157
return
158
158
159
- if tasks_df .empty :
160
- st .warning (f"No task details available for type: { selected_type } " )
161
- return
162
-
163
159
task_stats = (
164
160
tasks_df .groupby ("task_prompt" ) # type: ignore
165
161
.agg ({"score" : "mean" , "total_time" : "mean" })
@@ -373,7 +369,7 @@ def render_task_performance_tab(bench_results: BenchmarkResults):
373
369
model_results , "prompt_detail"
374
370
)
375
371
selected_prompt_detail = st .selectbox (
376
- "Select prompt decriptivness " ,
372
+ "Select prompt decriptiveness " ,
377
373
["All" ] + prompt_detail_values ,
378
374
key = "prompt_detail_select" ,
379
375
)
You can’t perform that action at this time.
0 commit comments