Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ css = """
|
|
17 |
display: flex; /* Use flexbox to align items */
|
18 |
justify-content: center; /* Center the image horizontally */
|
19 |
align-items: center; /* Center the image vertically */
|
20 |
-
height:
|
21 |
object-fit: contain; /* Preserve aspect ratio while fitting the image within the container */
|
22 |
|
23 |
.block-background {
|
|
|
17 |
display: flex; /* Use flexbox to align items */
|
18 |
justify-content: center; /* Center the image horizontally */
|
19 |
align-items: center; /* Center the image vertically */
|
20 |
+
height: 350px; /* Set the height of the container */
|
21 |
object-fit: contain; /* Preserve aspect ratio while fitting the image within the container */
|
22 |
|
23 |
.block-background {
|