gdleds commited on
Commit
be47106
·
1 Parent(s): 85ebb6f
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -73,7 +73,7 @@ def show_footer():
73
  #_________________________________________________# Chargement DATASET (modèle)#_______________________________________________
74
  @st.cache_data
75
  def load_model_data():
76
- url = "https://projet-incendie.s3.eu-west-3.amazonaws.com/dataset_modele_decompte.csv"
77
  try:
78
  df = pd.read_csv(url)
79
  for col in df.columns:
@@ -477,18 +477,18 @@ if page == "Notre Projet":
477
  - Équipes mobilisées : **7 forestiers**, **15 pompiers**, **21 forces de l’ordre**
478
  - **Fermeture de massif** enclenchée 1 seule fois : forêt de Pinia
479
  """)
480
- #---------------------------------------------------Equipe du projet---------------------------------------------------
481
- st.subheader("👨‍💻 Équipe du projet")
482
- col1, col2, col3 = st.columns(3)
483
- with col1:
484
- st.image("images/Faycal_Belambri.jpg", width=150)
485
- st.markdown("**Fayçal Belambri**\n\nData Scientist\n\nSpécialiste App Streamlit et visualisation")
486
- with col2:
487
- st.image("images/Joel_Termondjian.jpg", width=150)
488
- st.markdown("**Joël Termondjian**\n\nData Scientist\n\nResponsable des données\n\nPreprocessing\n\nData Enagineering")
489
- with col3:
490
- st.image("images/Marc_Barthes.jpg", width=150)
491
- st.markdown("**Marc Barthes**\n\nData Scientist\n\nML Engineer\n\nExpert en modèles de prédiction")
492
  #---------------------------------------------------Notre Objectif --------------------------------------------------------
493
 
494
  st.subheader("🎯 Notre Objectif")
 
73
  #_________________________________________________# Chargement DATASET (modèle)#_______________________________________________
74
  @st.cache_data
75
  def load_model_data():
76
+ url = "https://fireprojectbislead.s3.us-east-1.amazonaws.com/dataset/dataset_modele_decompte2.csv"
77
  try:
78
  df = pd.read_csv(url)
79
  for col in df.columns:
 
477
  - Équipes mobilisées : **7 forestiers**, **15 pompiers**, **21 forces de l’ordre**
478
  - **Fermeture de massif** enclenchée 1 seule fois : forêt de Pinia
479
  """)
480
+ # #---------------------------------------------------Equipe du projet---------------------------------------------------
481
+ # st.subheader("👨‍💻 Équipe du projet")
482
+ # col1, col2, col3 = st.columns(3)
483
+ # with col1:
484
+ # st.image("images/Faycal_Belambri.jpg", width=150)
485
+ # st.markdown("**Fayçal Belambri**\n\nData Scientist\n\nSpécialiste App Streamlit et visualisation")
486
+ # with col2:
487
+ # st.image("images/Joel_Termondjian.jpg", width=150)
488
+ # st.markdown("**Joël Termondjian**\n\nData Scientist\n\nResponsable des données\n\nPreprocessing\n\nData Enagineering")
489
+ # with col3:
490
+ # st.image("images/Marc_Barthes.jpg", width=150)
491
+ # st.markdown("**Marc Barthes**\n\nData Scientist\n\nML Engineer\n\nExpert en modèles de prédiction")
492
  #---------------------------------------------------Notre Objectif --------------------------------------------------------
493
 
494
  st.subheader("🎯 Notre Objectif")