Anne31415 commited on
Commit
a3fc68d
·
1 Parent(s): 12b43bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,10 +76,10 @@ def cloud_button(label, key=None, color=None, overlap=30):
76
  }}
77
 
78
  /* Add this CSS for the hover effect and shadow */
79
- .cloud:hover .circle {
80
  transform: scale(1.1); /* Scale up the circles on hover */
81
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow on hover */
82
- }
83
 
84
 
85
 
 
76
  }}
77
 
78
  /* Add this CSS for the hover effect and shadow */
79
+ .cloud:hover .circle {{
80
  transform: scale(1.1); /* Scale up the circles on hover */
81
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow on hover */
82
+ }}
83
 
84
 
85