Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ st.markdown(
|
|
154 |
unsafe_allow_html=True
|
155 |
)
|
156 |
st.markdown("<br>", unsafe_allow_html=True) # Espace
|
157 |
-
st.write("Bienvenue
|
158 |
|
159 |
# Colonnes pour une meilleure disposition
|
160 |
col1, col2 = st.columns(2, gap="large") # Ajout d'un gap plus grand
|
|
|
154 |
unsafe_allow_html=True
|
155 |
)
|
156 |
st.markdown("<br>", unsafe_allow_html=True) # Espace
|
157 |
+
st.write("Bienvenue ! Téléchargez vos images, choisissez votre type d'analyse, et laissez la magie opérer.")
|
158 |
|
159 |
# Colonnes pour une meilleure disposition
|
160 |
col1, col2 = st.columns(2, gap="large") # Ajout d'un gap plus grand
|