valencar commited on
Commit
e84321a
1 Parent(s): 9c5d49a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: #873E23;
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
  """