updated file
This commit is contained in:
parent
b6dbc1dd6a
commit
2cd0750d12
|
@ -46,7 +46,7 @@ class MainFrameController:
|
||||||
return text_data
|
return text_data
|
||||||
|
|
||||||
def press_check_button(self):
|
def press_check_button(self):
|
||||||
text_data = self.get_textdata()
|
text_data = self.get_text_data()
|
||||||
print(text_data.text)
|
print(text_data.text)
|
||||||
self._predict(text_data)
|
self._predict(text_data)
|
||||||
self.frame.output_textbox.configure(state="normal")
|
self.frame.output_textbox.configure(state="normal")
|
||||||
|
|
Loading…
Reference in New Issue