develop #18

Merged
Fabel merged 65 commits from develop into main 2024-12-05 11:16:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2cd0750d12 - Show all commits

View File

@ -46,7 +46,7 @@ class MainFrameController:
return text_data
def press_check_button(self):
text_data = self.get_textdata()
text_data = self.get_text_data()
print(text_data.text)
self._predict(text_data)
self.frame.output_textbox.configure(state="normal")