Skip to content

Commit

Permalink
Update prompt copy
Browse files Browse the repository at this point in the history
Co-authored-by: Theodor Isacsson <[email protected]>
  • Loading branch information
k8culver and thisac authored Dec 31, 2024
1 parent 26cc4b4 commit b3011e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def generate_settings_form() -> html.Div:
dcc.Upload(
id="input-file",
children=html.Div(
["Drag and Drop or ", html.A("Select Files"), html.Div(id="filename")]
["Drag and Drop or ", html.A("Select File"), html.Div(id="filename")]
),
),
],
Expand Down Expand Up @@ -507,7 +507,7 @@ def create_interface():
n_clicks=0,
),
html.P(
"Saved to /input folder",
"Saved to input folder",
className="display-none",
id="saved",
),
Expand Down

0 comments on commit b3011e3

Please sign in to comment.