diff --git a/gui/gui.py b/gui/gui.py index f778b66c..f89f2096 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -155,7 +155,7 @@ def __init__(self): ) self.Initiate_training_button.grid(row=11, column=1, columnspan=3, pady=10) - self.unseen_test_label = tk.Label(self, text="Select Unseen Testing CSV:") + self.unseen_test_label = tk.Label(self, text="Select Unseen Evaluation Data:") self.unseen_test_label.grid(row=12, column=0, padx=10, pady=10) self.unseen_test_entry_var = tk.StringVar()