Anne31415 commited on
Commit
11e225c
·
1 Parent(s): 827a1f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #text_size = 14 # Adjust the text font size as needed
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([