ngoctuanai commited on
Commit
bdbae21
1 Parent(s): 86d1cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -149,7 +149,8 @@ css = """
149
  /* Automatically adjust photo size */
150
  #gallery img {
151
  max-width: 100%;
152
- height: auto;
 
153
  border-radius: 12px;
154
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
155
  }
 
149
  /* Automatically adjust photo size */
150
  #gallery img {
151
  max-width: 100%;
152
+ max-height: 100px; /* Thay đổi giới hạn chiều cao của ảnh theo mong muốn */
153
+ margin: 1rem 0; /* Add vertical spacing between images */
154
  border-radius: 12px;
155
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
156
  }