Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,8 @@ def cloud_button(label, key=None, color=None, overlap=30):
|
|
71 |
font-weight: bold;
|
72 |
z-index: 2;
|
73 |
white-space: nowrap; /* Prevent line breaks */
|
|
|
|
|
74 |
}}
|
75 |
.color-1 .circle {{ background-color: #FFA07A; }}
|
76 |
.color-2 .circle {{ background-color: #FF7F50; }}
|
|
|
71 |
font-weight: bold;
|
72 |
z-index: 2;
|
73 |
white-space: nowrap; /* Prevent line breaks */
|
74 |
+
text-align: center; /* Center the text horizontally and vertically */
|
75 |
+
|
76 |
}}
|
77 |
.color-1 .circle {{ background-color: #FFA07A; }}
|
78 |
.color-2 .circle {{ background-color: #FF7F50; }}
|