shawnyin commited on
Commit
46b3033
·
verified ·
1 Parent(s): b1bbbfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,7 +98,7 @@ def _(mo):
98
  @app.cell
99
  def _(mo):
100
  int_spec_path = mo.ui.dropdown(
101
- ["MAPS/int_spec", "MAPS/Spectra/Integrateds_Spectra/Spectra"],
102
  value="MAPS/int_spec",
103
  label="Integrated spectrum location",
104
  )
@@ -461,7 +461,7 @@ def _(dataset, elem_checkboxes, fitted_tensors, mo, params_record):
461
  @app.cell
462
  def _(load_params_button, mo, params_table, save_params_button):
463
  (
464
- mo.hstack([save_params_button, load_params_button]).right()
465
  if len(params_table.value) > 0
466
  else None
467
  )
 
98
  @app.cell
99
  def _(mo):
100
  int_spec_path = mo.ui.dropdown(
101
+ ["MAPS/int_spec"],
102
  value="MAPS/int_spec",
103
  label="Integrated spectrum location",
104
  )
 
461
  @app.cell
462
  def _(load_params_button, mo, params_table, save_params_button):
463
  (
464
+ mo.hstack([load_params_button]).right()
465
  if len(params_table.value) > 0
466
  else None
467
  )