Anne31415 commited on
Commit
c2af936
·
1 Parent(s): b86c45a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -44,10 +44,12 @@ def cloud_button(label, key=None, color=None):
44
  margin-right: 20px;
45
  font-size: 16px;
46
  }}
 
 
 
47
  .rectangle {{
48
  min-width: 120px;
49
  height: auto;
50
- background-color: white;
51
  border-radius: 30px;
52
  position: absolute;
53
  top: 20px;
@@ -61,7 +63,6 @@ def cloud_button(label, key=None, color=None):
61
  }}
62
  .circle {{
63
  position: absolute;
64
- background-color: white;
65
  z-index: -1;
66
  }}
67
  .circle.small {{
 
44
  margin-right: 20px;
45
  font-size: 16px;
46
  }}
47
+ .rectangle, .circle {{
48
+ background-color: #f8f9fa; /* Set this to the color you want for the cloud */
49
+ }}
50
  .rectangle {{
51
  min-width: 120px;
52
  height: auto;
 
53
  border-radius: 30px;
54
  position: absolute;
55
  top: 20px;
 
63
  }}
64
  .circle {{
65
  position: absolute;
 
66
  z-index: -1;
67
  }}
68
  .circle.small {{