Correction de l'URL de l'image du logo dans Home.py
Browse files- src/Home.py +1 -1
src/Home.py
CHANGED
|
@@ -6,7 +6,7 @@ st.title("Welcome to Oasis! 🏠")
|
|
| 6 |
left_co, cent_co, last_co = st.columns(3)
|
| 7 |
with cent_co:
|
| 8 |
st.image(
|
| 9 |
-
"https://raw.githubusercontent.com/
|
| 10 |
width=200,
|
| 11 |
)
|
| 12 |
st.write(
|
|
|
|
| 6 |
left_co, cent_co, last_co = st.columns(3)
|
| 7 |
with cent_co:
|
| 8 |
st.image(
|
| 9 |
+
"https://raw.githubusercontent.com/pradelf/oasis/refs/heads/main/docs/images/oasis_logo.png",
|
| 10 |
width=200,
|
| 11 |
)
|
| 12 |
st.write(
|