Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Mar 6, 2025
1 parent 995bddf commit 983c68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added docs2/installation.rst
Empty file.
4 changes: 2 additions & 2 deletions src/viewer/utils/utils_st.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def util_panel_workingdir(app_type: str) -> None:
with tab1:
helpmsg = "Will create a dedicated working directory for a new experiment. All input and output data associated with the analysis will be stored in the new working directory."
st.session_state.dset = st.text_input(
"Enter experiment name",
"Enter a new experiment name",
st.session_state.dset,
label_visibility='visible',
help=helpmsg
Expand All @@ -297,7 +297,7 @@ def util_panel_workingdir(app_type: str) -> None:
except:
sel_ind = 0
sel_tmp = st.selectbox(
'Select experiment',
'Select an existing experiment',
list_exp,
sel_ind,
label_visibility='visible',
Expand Down

0 comments on commit 983c68c

Please sign in to comment.