Skip to content

Commit 4d4733e

Browse files
committed
Update ParticleAnalyzer.py
1 parent 27fcd4e commit 4d4733e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

particleanalyzer/core/ParticleAnalyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def analyze_image(
277277
gr.update(visible=api_key),
278278
gr.update(visible=True),
279279
gr.update(minimum=d_max_min, maximum=d_max_max, value=(d_max_min, d_max_max), label=f"Dₘₐₓ [{self._get_translation(scale_selector['unit'])}]"),
280-
gr.update(minimum=d_min_min, maximum=d_min_max, value=(d_min_min, d_min_max), label=f"Dₘₐₓ [{self._get_translation(scale_selector['unit'])}]"),
280+
gr.update(minimum=d_min_min, maximum=d_min_max, value=(d_min_min, d_min_max), label=f"Dₘᵢₙ [{self._get_translation(scale_selector['unit'])}]"),
281281
gr.update(
282282
minimum=theta_max_min, maximum=theta_max_max, value=(theta_max_min, theta_max_max)
283283
),

0 commit comments

Comments
 (0)