zc-huhu commited on
Commit
94e6be6
·
1 Parent(s): fe79c88

example format

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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;