Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ css = """
|
|
| 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 */
|
| 20 |
height: 350px; /* Set the height of the container */
|
|
|
|
| 15 |
}
|
| 16 |
.example-image{
|
| 17 |
display: flex; /* Use flexbox to align items */
|
| 18 |
+
text-align: center;
|
| 19 |
justify-content: center; /* Center the image horizontally */
|
| 20 |
align-items: center; /* Center the image vertically */
|
| 21 |
height: 350px; /* Set the height of the container */
|