GitLab CI commited on
Commit
7cad229
·
1 Parent(s): 867380f

Déploiement Dashboard depuis GitLab CI - 2026-04-01 12:08:13

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -686,7 +686,7 @@ with tab4:
686
  st.plotly_chart(fig, use_container_width=True)
687
 
688
  # Afficher les compteurs d'erreurs et warnings (sur la fenêtre de 72h)
689
- st.header("Rapport des erreurs et warnings de l'API (fenêtre 72h) :", divider='gray')
690
 
691
  # Metrics (ERROR / WARNING / TOTAL)
692
  col_err, col_warn, col_total = st.columns(3)
 
686
  st.plotly_chart(fig, use_container_width=True)
687
 
688
  # Afficher les compteurs d'erreurs et warnings (sur la fenêtre de 72h)
689
+ st.header("Rapport des erreurs et warnings de l'API (fenêtre de 72h) :", divider='gray')
690
 
691
  # Metrics (ERROR / WARNING / TOTAL)
692
  col_err, col_warn, col_total = st.columns(3)