From 63363078c09bbe7ef1875d510e023de3f617f376 Mon Sep 17 00:00:00 2001 From: Michel Date: Wed, 9 Apr 2025 14:45:19 +0200 Subject: [PATCH] Streamlit.py --- Streamlit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Streamlit.py b/Streamlit.py index 7c708d4..fa17f7d 100644 --- a/Streamlit.py +++ b/Streamlit.py @@ -112,7 +112,7 @@ if st.session_state["authenticated"]: try: conn = mysql.connector.connect(**db_config) cursor = conn.cursor(dictionary=True) - sites_possibles = ["Saclay", "Meudon", "Roissy"] + sites_possibles = ["Saclay", "Meudon"] if st.session_state["role"] == "superviseur": site_selectionne = st.selectbox("📍 Choisissez un site :", sites_possibles) else: