fix: arreglado tamaño del display de imagen

This commit is contained in:
2025-07-21 17:23:38 -03:00
parent 928ab7c29d
commit 7a835973ef

View File

@@ -72,7 +72,7 @@ class ImageClassifierApp:
) )
self.button.pack(pady=10) self.button.pack(pady=10)
self.image_label = Label(root, bg="#ddd", text="No hay imagen", width=30, height=15) self.image_label = Label(root, bg="#ddd", text="No hay imagen", width=350, height=350)
self.image_label.pack(pady=10) self.image_label.pack(pady=10)
self.result_label = Label( self.result_label = Label(