Fix typo
Browse files
app.py
CHANGED
|
@@ -702,7 +702,7 @@ def _(default_fitting_params, load_params_button, mo, param_checkbox_vals):
|
|
| 702 |
def _(device_list, mo):
|
| 703 |
init_amp_checkbox = mo.ui.checkbox(label="Initialize amplitudes", value=True)
|
| 704 |
use_snip_checkbox = mo.ui.checkbox(label="Use SNIP background", value=True)
|
| 705 |
-
use_step_checkbox = mo.ui.checkbox(label="Modify
|
| 706 |
model_options = mo.hstack(
|
| 707 |
[init_amp_checkbox, use_snip_checkbox, use_step_checkbox],
|
| 708 |
justify="start",
|
|
|
|
| 702 |
def _(device_list, mo):
|
| 703 |
init_amp_checkbox = mo.ui.checkbox(label="Initialize amplitudes", value=True)
|
| 704 |
use_snip_checkbox = mo.ui.checkbox(label="Use SNIP background", value=True)
|
| 705 |
+
use_step_checkbox = mo.ui.checkbox(label="Modify peaks with step", value=True)
|
| 706 |
model_options = mo.hstack(
|
| 707 |
[init_amp_checkbox, use_snip_checkbox, use_step_checkbox],
|
| 708 |
justify="start",
|