Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ css = """
|
|
13 |
height: 300px; /* Set the height of the container */
|
14 |
object-fit: contain; /* Preserve aspect ratio while fitting the image within the container */
|
15 |
}
|
16 |
-
.example-image
|
17 |
display: flex; /* Use flexbox to align items */
|
18 |
justify-content: center; /* Center the image horizontally */
|
19 |
align-items: center; /* Center the image vertically */
|
|
|
13 |
height: 300px; /* Set the height of the container */
|
14 |
object-fit: contain; /* Preserve aspect ratio while fitting the image within the container */
|
15 |
}
|
16 |
+
.example-image{
|
17 |
display: flex; /* Use flexbox to align items */
|
18 |
justify-content: center; /* Center the image horizontally */
|
19 |
align-items: center; /* Center the image vertically */
|