hassan526 commited on
Commit
459e839
·
1 Parent(s): ecdb7f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 img{
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 */