fix: arreglado tamaño del display de imagen
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user