Anne31415 commited on
Commit
e05d529
·
1 Parent(s): 5f51ac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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; }}