diff --git a/Insertion_SG.py b/Insertion_SG.py index e2c21b3..c7ccf10 100644 --- a/Insertion_SG.py +++ b/Insertion_SG.py @@ -6,8 +6,8 @@ from datetime import datetime load_dotenv() -st.set_page_config(page_title="Insertion planifiée", layout="centered") -st.title("🗓️ Insertion planifiée dans une base MySQL") +st.set_page_config(page_title="Insertion Mysql", layout="centered") +st.title("🗓️ Insertion dans une base MySQL") # Charger les identifiants DB_HOST = os.getenv("DB_HOST")