From 7a835973ef6283cde20492e9131fd3241e64a51c Mon Sep 17 00:00:00 2001 From: fede Date: Mon, 21 Jul 2025 17:23:38 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20arreglado=20tama=C3=B1o=20del=20display?= =?UTF-8?q?=20de=20imagen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drag_and_drop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drag_and_drop.py b/drag_and_drop.py index 94fdcdd..4418889 100644 --- a/drag_and_drop.py +++ b/drag_and_drop.py @@ -72,7 +72,7 @@ class ImageClassifierApp: ) 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.result_label = Label(