Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -603,8 +603,8 @@ css = """
|
|
603 |
display: inline-block;
|
604 |
font-size: 11px;
|
605 |
margin: 4px 2px;
|
606 |
-
width:
|
607 |
-
height:
|
608 |
transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
|
609 |
cursor: pointer;
|
610 |
}
|
|
|
603 |
display: inline-block;
|
604 |
font-size: 11px;
|
605 |
margin: 4px 2px;
|
606 |
+
width: 40px; /* Set width to 50px */
|
607 |
+
height: 80px; /* Set height to 50px */
|
608 |
transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
|
609 |
cursor: pointer;
|
610 |
}
|