From c7c79aef0510681d018dab6485380a4957029345 Mon Sep 17 00:00:00 2001 From: Juanjo Date: Thu, 28 Nov 2024 18:02:28 +0100 Subject: [PATCH] URL --- pruebas_ventanas/proyecto-2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pruebas_ventanas/proyecto-2.py b/pruebas_ventanas/proyecto-2.py index 9fe012e..67c7589 100644 --- a/pruebas_ventanas/proyecto-2.py +++ b/pruebas_ventanas/proyecto-2.py @@ -130,6 +130,7 @@ label_fecha_hora.pack(side="right", fill="x", expand=True) label_url = tk.Label(frame_izquierdo, text="Introduce URL:", font=("Arial", 12), padx=10, pady=10) label_url.pack() + text = tk.Text(frame_izquierdo, height=1, width=20) text.pack(pady=5)