From 2ef41a43b234c88059df83068d5dfe14618dbea2 Mon Sep 17 00:00:00 2001 From: francastell Date: Wed, 8 Jan 2025 12:58:12 -0500 Subject: [PATCH] G3-555 threshold UI update --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index 38282e0d..6f32f978 100644 --- a/src/application.py +++ b/src/application.py @@ -2960,7 +2960,7 @@ def format_str_threshold_value(geneset: dict) -> str: elif thresh[0] == thresh[1]: response= None else: - response= thresh[0] + " <= " + thresh[1] + response= thresh[0] + " <=> " + thresh[1] return response