updated list

This commit is contained in:
Falko Victor Habel 2024-10-22 16:37:31 +02:00
parent 5c7d3211b0
commit 2fe50b41f8
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class MainFrameController:
text_data = self._predict(text_data)
self._add_to_db(text_data)
self.update_provider_list()
self.frame.output_textbox.configure(state="normal")
self.frame.output_textbox.delete("0.0", "end")