Skip to content

Commit

Permalink
text update
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaan2614 committed Dec 19, 2023
1 parent 35bff9a commit 95da16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 95da16b

Please sign in to comment.