Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -282,51 +282,8 @@ if st.button("Envoyer la question..."):
|
|
282 |
# choix_prod, choix_vulgarisation, choix_annee
|
283 |
|
284 |
#region# Markdown
|
285 |
-
# Styles CSS pour améliorer l'apparence
|
286 |
-
st.markdown("""
|
287 |
-
<style>
|
288 |
-
/* Changer la couleur de fond de l'ensemble de l'application */
|
289 |
-
body {
|
290 |
-
background-color: #333333; /* Couleur de fond de l'application (bleu clair) */
|
291 |
-
color: #333333; /* Couleur du texte (gris foncé) */
|
292 |
-
}
|
293 |
-
|
294 |
-
/* Changer la couleur des titres (h1, h2, h3, etc.) */
|
295 |
-
h1, h2, h3, h4, h5, h6 {
|
296 |
-
color: #4CAF50; /* Couleur verte pour les titres */
|
297 |
-
}
|
298 |
-
|
299 |
-
/* Changer la couleur des paragraphes */
|
300 |
-
p {
|
301 |
-
color: #555555; /* Couleur gris clair pour le texte des paragraphes */
|
302 |
-
}
|
303 |
-
|
304 |
-
/* Modifier la couleur des widgets Streamlit (comme les boutons et champs de texte) */
|
305 |
-
.css-1d391kg {
|
306 |
-
background-color: #00bcd4; /* Couleur de fond des boutons */
|
307 |
-
color: white; /* Couleur du texte des boutons */
|
308 |
-
}
|
309 |
-
|
310 |
-
/* Personnaliser les bordures et les couleurs des cartes (si utilisées) */
|
311 |
-
.stBlock {
|
312 |
-
background-color: #ffffff; /* Fond blanc pour les blocs */
|
313 |
-
}
|
314 |
-
|
315 |
-
</style>
|
316 |
-
""", unsafe_allow_html=True)
|
317 |
-
|
318 |
# st.markdown("""
|
319 |
# <style>
|
320 |
-
# body {
|
321 |
-
# background-color: #000000;
|
322 |
-
# color: #453103;
|
323 |
-
# }
|
324 |
-
|
325 |
-
# h1, h2, h3, h4, h5, h6 {
|
326 |
-
# color: #4CAF50;
|
327 |
-
# }
|
328 |
-
|
329 |
-
|
330 |
# p {
|
331 |
# color: #555555;
|
332 |
# }
|
|
|
282 |
# choix_prod, choix_vulgarisation, choix_annee
|
283 |
|
284 |
#region# Markdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
# st.markdown("""
|
286 |
# <style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
# p {
|
288 |
# color: #555555;
|
289 |
# }
|