Update app.py
Browse files
app.py
CHANGED
@@ -59,14 +59,14 @@ def escolher_imagem():
|
|
59 |
imagem = random.sample(imagens, k=1)[0]
|
60 |
return imagem
|
61 |
|
62 |
-
|
63 |
with st.sidebar:
|
64 |
st.html(
|
65 |
"""
|
66 |
<style>
|
67 |
[data-testid="stSidebarContent"] {
|
68 |
color: white;
|
69 |
-
background-color:
|
70 |
}
|
71 |
</style>
|
72 |
"""
|
|
|
59 |
imagem = random.sample(imagens, k=1)[0]
|
60 |
return imagem
|
61 |
|
62 |
+
#873E23
|
63 |
with st.sidebar:
|
64 |
st.html(
|
65 |
"""
|
66 |
<style>
|
67 |
[data-testid="stSidebarContent"] {
|
68 |
color: white;
|
69 |
+
background-color: #9c2d1f;
|
70 |
}
|
71 |
</style>
|
72 |
"""
|