Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def cloud_button(label, key=None, color=None):
|
|
69 |
transition: background-color 0.4s;
|
70 |
}}
|
71 |
.circle {{
|
72 |
-
background-color:
|
73 |
border-radius: 50%;
|
74 |
width: 60px; # Increased size
|
75 |
height: 60px; # Increased size
|
|
|
69 |
transition: background-color 0.4s;
|
70 |
}}
|
71 |
.circle {{
|
72 |
+
background-color: #9BBEFF;
|
73 |
border-radius: 50%;
|
74 |
width: 60px; # Increased size
|
75 |
height: 60px; # Increased size
|