Spaces:
Runtime error
Runtime error
Commit
·
6f5d54a
1
Parent(s):
bdbae21
Update app.py
Browse files
app.py
CHANGED
@@ -148,10 +148,10 @@ css = """
|
|
148 |
|
149 |
/* Automatically adjust photo size */
|
150 |
#gallery img {
|
151 |
-
max-width:
|
152 |
-
max-height:
|
153 |
margin: 1rem 0; /* Add vertical spacing between images */
|
154 |
-
border-radius:
|
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 |
"""
|