Djohell commited on
Commit
bdbfb6d
·
verified ·
1 Parent(s): b570026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +23 -22
app.py CHANGED
@@ -252,28 +252,6 @@ Le Code forestier encadre leur gestion durable pour protéger la biodiversité,
252
  - **Fermeture de massif** enclenchée 1 seule fois : forêt de Pinia
253
  """)
254
 
255
- #---------------------------------------------------Equipe du projet---------------------------------------------------
256
- st.subheader("👨‍💻 Équipe du projet")
257
- col1, col2, col3, col4, col5, col6 = st.columns(6)
258
- with col1:
259
- st.image("images/Francois_Minaret.jpg", width=150)
260
- st.markdown("**Francois Minaret**")
261
- with col2:
262
- st.image("images/Joel_Termondjian.jpg", width=150)
263
- st.markdown("**Joël Termondjian**")
264
- with col3:
265
- st.image("images/Marc_Barthes.jpg", width=150)
266
- st.markdown("**Marc Barthes**")
267
- with col4:
268
- st.image("images/Gilles_Akakpo.jpg", width=150)
269
- st.markdown("**Gilles Akakpo**")
270
- with col5:
271
- st.image("images/Nathalie_Devogelaere.jpg", width=150)
272
- st.markdown("**Nathalie Devogelaere**")
273
- with col6:
274
- st.image("images/David_Jaoui.jpg", width=150)
275
- st.markdown("**David Jaoui**")
276
-
277
  #---------------------------------------------------Notre Objectif --------------------------------------------------------
278
 
279
  st.subheader("🎯 Notre Objectif")
@@ -338,6 +316,29 @@ L’**analyse de survie** (ou **Survival Analysis**) est une méthode statistiqu
338
  | 🧑‍💼 RH | Quand un salarié quittera-t-il l’entreprise ? |
339
  """)
340
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  show_footer()
342
 
343
 
 
252
  - **Fermeture de massif** enclenchée 1 seule fois : forêt de Pinia
253
  """)
254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255
  #---------------------------------------------------Notre Objectif --------------------------------------------------------
256
 
257
  st.subheader("🎯 Notre Objectif")
 
316
  | 🧑‍💼 RH | Quand un salarié quittera-t-il l’entreprise ? |
317
  """)
318
 
319
+ #---------------------------------------------------Equipe du projet---------------------------------------------------
320
+ st.subheader("👨‍💻 Équipe du projet")
321
+ col1, col2, col3, col4, col5, col6 = st.columns(6)
322
+ with col1:
323
+ st.image("images/Francois_Minaret.jpg", width=150)
324
+ st.markdown("**Francois Minaret**")
325
+ with col2:
326
+ st.image("images/Joel_Termondjian.jpg", width=150)
327
+ st.markdown("**Joël Termondjian**")
328
+ with col3:
329
+ st.image("images/Marc_Barthes.jpg", width=150)
330
+ st.markdown("**Marc Barthes**")
331
+ with col4:
332
+ st.image("images/Gilles_Akakpo.jpg", width=150)
333
+ st.markdown("**Gilles Akakpo**")
334
+ with col5:
335
+ st.image("images/Nathalie_Devogelaere.jpg", width=150)
336
+ st.markdown("**Nathalie Devogelaere**")
337
+ with col6:
338
+ st.image("images/David_Jaoui.jpg", width=150)
339
+ st.markdown("**David Jaoui**")
340
+
341
+
342
  show_footer()
343
 
344