Skip to content

Commit 9e85f37

Browse files
committed
fixde axis labeling corrected
1 parent 64bcd2f commit 9e85f37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stringsight/routers/extraction.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ async def label_run(req: LabelRequest) -> Dict[str, Any]:
257257
properties = []
258258

259259
# Define core output columns that should be displayed in the table
260-
core_columns = {
260+
core_columns = [
261261
"id", "question_id", "category", "property_description", "reason", "evidence", "model",
262262
"cluster_id", "cluster_label"
263-
}
264-
263+
]
264+
265265
# Vectorized conversion: filter to core columns and convert to dict records
266266
filtered_df = clustered_df[core_columns].copy()
267267

0 commit comments

Comments
 (0)