klydekushy commited on
Commit
c805c85
·
verified ·
1 Parent(s): f2934a1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -144,7 +144,7 @@ if client:
144
  if menu == "Dashboard":
145
  # --- AJOUTS VORTEX-FLUX (ML & NOTIFICATIONS) ---
146
  # 1.Appel direct du Dashboard ML (Le "Nouveau" Tableau de Bord)
147
- ml_dashboard.show_ml_features(client, sheet_name)
148
  st.divider()
149
  # 2. Module de Notification (Bouton de vérification)
150
  notifications.verifier_et_notifier_echeances(client, SHEET_NAME)
 
144
  if menu == "Dashboard":
145
  # --- AJOUTS VORTEX-FLUX (ML & NOTIFICATIONS) ---
146
  # 1.Appel direct du Dashboard ML (Le "Nouveau" Tableau de Bord)
147
+ ml_dashboard.show_ml_features(client, SHEET_NAME)
148
  st.divider()
149
  # 2. Module de Notification (Bouton de vérification)
150
  notifications.verifier_et_notifier_echeances(client, SHEET_NAME)