FeilongTang commited on
Commit
fefff2e
Β·
1 Parent(s): 14b5be9

Rename viz mode 'Side-by-side' label to 'Both'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ("Side-by-side β€” selection on the left, heatmap on the right", "sbs"),
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"),