Update app.py
Browse files
app.py
CHANGED
|
@@ -166,6 +166,9 @@ if selecte == "Accueil":
|
|
| 166 |
.st-emotion-cache-18ni7ap{
|
| 167 |
background-color: #b1d1a0;
|
| 168 |
}
|
|
|
|
|
|
|
|
|
|
| 169 |
</style>
|
| 170 |
"""
|
| 171 |
, unsafe_allow_html=True)
|
|
|
|
| 166 |
.st-emotion-cache-18ni7ap{
|
| 167 |
background-color: #b1d1a0;
|
| 168 |
}
|
| 169 |
+
.st-emotion-cache-1yiq2ps{
|
| 170 |
+
background-color: #b1d1a0;
|
| 171 |
+
}
|
| 172 |
</style>
|
| 173 |
"""
|
| 174 |
, unsafe_allow_html=True)
|