Spaces:
Runtime error
Runtime error
photos
Browse files- app.py +5 -2
- images/David_Jaoui.jpg +3 -0
app.py
CHANGED
|
@@ -68,7 +68,7 @@ page = st.sidebar.radio("Aller à", [
|
|
| 68 |
#________________________________________________________# Footer#_____________________________________________________________
|
| 69 |
def show_footer():
|
| 70 |
st.markdown("---")
|
| 71 |
-
st.markdown("Projet réalisé dans le cadre de la formation Data Scientist. © 2025")
|
| 72 |
#_________________________________________________# Chargement DATASET (modèle)#_______________________________________________
|
| 73 |
@st.cache_data
|
| 74 |
def load_model_data():
|
|
@@ -479,7 +479,7 @@ if page == "Notre Projet":
|
|
| 479 |
""")
|
| 480 |
#---------------------------------------------------Equipe du projet---------------------------------------------------
|
| 481 |
st.subheader("👨💻 Équipe du projet")
|
| 482 |
-
col1, col2, col3, col4, col5 = st.columns(
|
| 483 |
with col1:
|
| 484 |
st.image("images/Francois_Minaret.jpg", width=150)
|
| 485 |
st.markdown("**Francois Minaret**")
|
|
@@ -495,6 +495,9 @@ if page == "Notre Projet":
|
|
| 495 |
with col5:
|
| 496 |
st.image("images/Nathalie_Devogelaere.jpg", width=150)
|
| 497 |
st.markdown("**Nathalie Devogelaere**")
|
|
|
|
|
|
|
|
|
|
| 498 |
#---------------------------------------------------Notre Objectif --------------------------------------------------------
|
| 499 |
|
| 500 |
st.subheader("🎯 Notre Objectif")
|
|
|
|
| 68 |
#________________________________________________________# Footer#_____________________________________________________________
|
| 69 |
def show_footer():
|
| 70 |
st.markdown("---")
|
| 71 |
+
st.markdown("Projet réalisé dans le cadre de la formation Lead Data Scientist. © 2025")
|
| 72 |
#_________________________________________________# Chargement DATASET (modèle)#_______________________________________________
|
| 73 |
@st.cache_data
|
| 74 |
def load_model_data():
|
|
|
|
| 479 |
""")
|
| 480 |
#---------------------------------------------------Equipe du projet---------------------------------------------------
|
| 481 |
st.subheader("👨💻 Équipe du projet")
|
| 482 |
+
col1, col2, col3, col4, col5, col6 = st.columns(6)
|
| 483 |
with col1:
|
| 484 |
st.image("images/Francois_Minaret.jpg", width=150)
|
| 485 |
st.markdown("**Francois Minaret**")
|
|
|
|
| 495 |
with col5:
|
| 496 |
st.image("images/Nathalie_Devogelaere.jpg", width=150)
|
| 497 |
st.markdown("**Nathalie Devogelaere**")
|
| 498 |
+
with col6:
|
| 499 |
+
st.image("images/David_Jaoui.jpg", width=150)
|
| 500 |
+
st.markdown("**David Jaoui**")
|
| 501 |
#---------------------------------------------------Notre Objectif --------------------------------------------------------
|
| 502 |
|
| 503 |
st.subheader("🎯 Notre Objectif")
|
images/David_Jaoui.jpg
ADDED
|
Git LFS Details
|