Anne31415 commited on
Commit
2ff71b4
·
1 Parent(s): bf9ca4a

Update app.py

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