Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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,
|
| 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)
|