diff --git a/main.py b/main.py
index 76acb8e630f9b442ce15196978d930a0b26bfd31..f4a0344ce35426a080ebbba9e30667627abff753 100644
--- a/main.py
+++ b/main.py
@@ -45,4 +45,4 @@ img2.create_image(150, 150, anchor=tk.NW, image=photo2)
 onglet.add ( img2 , text = "Graphique" )
 
 
-#root.mainloop()
\ No newline at end of file
+root.mainloop()