Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def cloud_button(label, key=None, color=None, overlap=20):
|
|
29 |
color_class = f"color-{color}" if color else ""
|
30 |
num_circles = max(3, min(12, len(label) // 4))
|
31 |
circle_size = 60
|
32 |
-
|
33 |
|
34 |
# Create circles with overlap
|
35 |
circles_html = ''.join([
|
|
|
29 |
color_class = f"color-{color}" if color else ""
|
30 |
num_circles = max(3, min(12, len(label) // 4))
|
31 |
circle_size = 60
|
32 |
+
text_size = 14 # Adjust the text font size as needed
|
33 |
|
34 |
# Create circles with overlap
|
35 |
circles_html = ''.join([
|