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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 300px; /* Set the height of the container */
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 {