Anne31415 commited on
Commit
f7ad2f6
·
1 Parent(s): 7885bb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ def cloud_button(label, key=None, color=None):
71
  .circle {{
72
  background-color: inherit;
73
  border-radius: 50%;
74
- width: 40px; # Increased size
75
- height: 40px; # Increased size
76
  position: relative;
77
  z-index: 1;
78
  }}
 
71
  .circle {{
72
  background-color: inherit;
73
  border-radius: 50%;
74
+ width: 60px; # Increased size
75
+ height: 60px; # Increased size
76
  position: relative;
77
  z-index: 1;
78
  }}