Spaces:
Runtime error
Runtime error
new
Browse files- app.py +4 -4
- images/Francois_Minaret.jpg +3 -0
app.py
CHANGED
|
@@ -481,14 +481,14 @@ if page == "Notre Projet":
|
|
| 481 |
st.subheader("👨💻 Équipe du projet")
|
| 482 |
col1, col2, col3 = st.columns(3)
|
| 483 |
with col1:
|
| 484 |
-
st.image("images/
|
| 485 |
-
st.markdown("**
|
| 486 |
with col2:
|
| 487 |
st.image("images/Joel_Termondjian.jpg", width=150)
|
| 488 |
-
st.markdown("**Joël Termondjian**
|
| 489 |
with col3:
|
| 490 |
st.image("images/Marc_Barthes.jpg", width=150)
|
| 491 |
-
st.markdown("**Marc Barthes**
|
| 492 |
#---------------------------------------------------Notre Objectif --------------------------------------------------------
|
| 493 |
|
| 494 |
st.subheader("🎯 Notre Objectif")
|
|
|
|
| 481 |
st.subheader("👨💻 Équipe du projet")
|
| 482 |
col1, col2, col3 = st.columns(3)
|
| 483 |
with col1:
|
| 484 |
+
st.image("images/Francois_Minaret.jpg", width=150)
|
| 485 |
+
st.markdown("**Francois Minaret**")
|
| 486 |
with col2:
|
| 487 |
st.image("images/Joel_Termondjian.jpg", width=150)
|
| 488 |
+
st.markdown("**Joël Termondjian**")
|
| 489 |
with col3:
|
| 490 |
st.image("images/Marc_Barthes.jpg", width=150)
|
| 491 |
+
st.markdown("**Marc Barthes**")
|
| 492 |
#---------------------------------------------------Notre Objectif --------------------------------------------------------
|
| 493 |
|
| 494 |
st.subheader("🎯 Notre Objectif")
|
images/Francois_Minaret.jpg
ADDED
|
Git LFS Details
|