Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def cloud_button(label, key=None, color=None, overlap=20):
|
|
70 |
transform: translate(-50%, -50%);
|
71 |
font-weight: bold;
|
72 |
z-index: 2;
|
73 |
-
white-space:
|
74 |
}}
|
75 |
.color-1 .circle {{ background-color: #FFA07A; }}
|
76 |
.color-2 .circle {{ background-color: #FF7F50; }}
|
|
|
70 |
transform: translate(-50%, -50%);
|
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; }}
|