Changement d'adresse IP

This commit is contained in:
2026-05-22 13:36:00 +02:00
parent d0037abf53
commit 91145b9976
6 changed files with 115 additions and 25 deletions

View File

@@ -949,7 +949,8 @@ if st.session_state.get("authenticated"):
except (ValueError, TypeError):
return ""
styled_df = df_sonde.style.applymap(surlignage_temp, subset=["Temperature"])
styled_df = df_sonde.style.map(surlignage_temp, subset=["Temperature"])
st.dataframe(styled_df, use_container_width=True)
st.subheader("📈 Évolution de la température")