ngoctuanai commited on
Commit
6f5d54a
1 Parent(s): bdbae21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -148,10 +148,10 @@ css = """
148
 
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
  }
157
  """
 
148
 
149
  /* Automatically adjust photo size */
150
  #gallery img {
151
+ max-width: 50%;
152
+ max-height: 50px; /* 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: 10px;
155
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
156
  }
157
  """