Spaces:
Running
Running
example format
Browse files
app.py
CHANGED
@@ -40,6 +40,10 @@ tryon_css="""
|
|
40 |
margin: 0 auto;
|
41 |
max-width: 1000px;
|
42 |
}
|
|
|
|
|
|
|
|
|
43 |
#button {
|
44 |
background-color: #A47764;
|
45 |
color: white;
|
|
|
40 |
margin: 0 auto;
|
41 |
max-width: 1000px;
|
42 |
}
|
43 |
+
#col-examples img {
|
44 |
+
aspect-ratio: 3 / 4;
|
45 |
+
object-fit: contain;
|
46 |
+
}
|
47 |
#button {
|
48 |
background-color: #A47764;
|
49 |
color: white;
|