From b2b8da528a2bbbebde05495bf420837fbad9bfed Mon Sep 17 00:00:00 2001 From: Michel Date: Wed, 16 Apr 2025 11:44:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BB=20Ajout=20de=20l'acc=C3=A8s=20Word?= =?UTF-8?q?Press=20via=20=3Fsite=3D=20pour=20domo91.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domo91.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domo91.py b/domo91.py index 8637245..43c9972 100644 --- a/domo91.py +++ b/domo91.py @@ -224,7 +224,7 @@ if st.session_state["authenticated"]: sondes_info = cursor.fetchall() if sondes_info: for sonde in sondes_info: - cols = st.columns([3, 2, 3]) + cols = st.columns([5, 2, 5]) cols[0].markdown(f"**{sonde['Sonde']}**") etat_key = f"etat_{sonde['Id']}" seuil_key = f"seuil_{sonde['Id']}"