Commit Β·
fefff2e
1
Parent(s): 14b5be9
Rename viz mode 'Side-by-side' label to 'Both'
Browse files
app.py
CHANGED
|
@@ -1142,7 +1142,7 @@ else:
|
|
| 1142 |
VIZ_CHOICES = [
|
| 1143 |
("Selection β kept patches in color, others fade to gray-white", "selection"),
|
| 1144 |
("Heatmap β full-frame JET overlay (blue=low, red=high)", "heatmap"),
|
| 1145 |
-
("
|
| 1146 |
]
|
| 1147 |
SIGNAL_CHOICES = [
|
| 1148 |
("Gradient β intra-frame Sobel (sharp edges, textures, text)", "gradient"),
|
|
|
|
| 1142 |
VIZ_CHOICES = [
|
| 1143 |
("Selection β kept patches in color, others fade to gray-white", "selection"),
|
| 1144 |
("Heatmap β full-frame JET overlay (blue=low, red=high)", "heatmap"),
|
| 1145 |
+
("Both", "sbs"),
|
| 1146 |
]
|
| 1147 |
SIGNAL_CHOICES = [
|
| 1148 |
("Gradient β intra-frame Sobel (sharp edges, textures, text)", "gradient"),
|