Skip to content
Snippets Groups Projects
Commit 84244034 authored by Vladyslav Lubkovskyi's avatar Vladyslav Lubkovskyi
Browse files

final final clean up

parent d1a9059a
No related branches found
No related tags found
No related merge requests found
......@@ -195,10 +195,9 @@ class PacketCaptureGUI:
self.packet_display.insert(tk.END, "Training complete.\n")
# Call the graph function to display the graphs
model.graphs()
self.packet_display.insert(tk.END, "Graphs displayed.\n")
self.packet_display.see(tk.END)
self.show_plots(model_name)
self.packet_display.insert(tk.END, "Graphs displayed.\n")
def show_plots(self, model_name):
# Create a new window for plots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment