From 432685c4972870a8119996335f53c08838661b80 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 3 Dec 2022 22:54:12 -0500 Subject: Fixed Text Prediction --- src/windows/plotviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/plotviewer.py') diff --git a/src/windows/plotviewer.py b/src/windows/plotviewer.py index da334b6..635befa 100644 --- a/src/windows/plotviewer.py +++ b/src/windows/plotviewer.py @@ -295,7 +295,7 @@ class PlotViewer(customtkinter.CTk): def predict(self): # child window to take input of the post - title, selftext, subreddit, day, hour, distinguished - pred_win = Predict(self) + pred_win = Predict(self, self.model.get()) self.wait_window(pred_win) def train_models(self): -- cgit v1.2.3