Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,8 @@ def cloud_button(label, key=None, color=None):
|
|
71 |
.circle {{
|
72 |
background-color: inherit;
|
73 |
border-radius: 50%;
|
74 |
-
width:
|
75 |
-
height:
|
76 |
position: relative;
|
77 |
z-index: 1;
|
78 |
}}
|
|
|
71 |
.circle {{
|
72 |
background-color: inherit;
|
73 |
border-radius: 50%;
|
74 |
+
width: 60px; # Increased size
|
75 |
+
height: 60px; # Increased size
|
76 |
position: relative;
|
77 |
z-index: 1;
|
78 |
}}
|