Skip to content

Commit

Permalink
Update button name to match
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Oct 2, 2024
1 parent 580c14d commit 90b6c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp_creator_ii/app/dataset_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def dataset_ui():
"TODO: Pick dataset",
ui.output_text("csv_path_text"),
ui.output_text("unit_of_privacy_text"),
ui.input_action_button("go_to_analysis", "Perform analysis"),
ui.input_action_button("go_to_analysis", "Define analysis"),
value="dataset_panel",
)

Expand Down

0 comments on commit 90b6c23

Please sign in to comment.