Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -644,8 +644,8 @@ css = """
|
|
644 |
font-family : Calibri;
|
645 |
font-size: 11px;
|
646 |
margin: 4px 2px;
|
647 |
-
width:
|
648 |
-
height:
|
649 |
transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
|
650 |
cursor: pointer;
|
651 |
}
|
|
|
644 |
font-family : Calibri;
|
645 |
font-size: 11px;
|
646 |
margin: 4px 2px;
|
647 |
+
width: 50px; /* Set width to 50px */
|
648 |
+
height: 100px; /* Set height to 50px */
|
649 |
transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
|
650 |
cursor: pointer;
|
651 |
}
|